Html Css Color HEX #1A0832 Blackcurrant

📋 copy color: '#1A0832'

red 26 ◦ green 8 ◦ blue 50

#1A0832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #1A0832

Tints of Blackcurrant #1A0832

RGB

 RED value IS 26 (10.55% from 255) = 30.95%

 GREEN value IS 8 (3.52% from 255) = 9.52%

 BLUE value IS 50 (19.92% from 255) = 59.52%

R = 30.95%
G = 9.52%
B = 59.52%

CMYK

 C value IS 0.48

 M value IS 0.84

 Y value IS 0

 K value IS 0.80

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1A0832 (or 0x1A0832) is known color: Blackcurrant. HEX triplet: 1A, 08 and 32. RGB value is (26,8,50). Sum of RGB (Red+Green+Blue) = 26+8+50=84 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.95% from 84); Green value is 8 (3.52% from 255 or 9.52% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #1A0832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0832 is #E5F7CD. Grayscale: #121212. Windows color (decimal): -15071182 or 3278874. OLE color: 3278874.

HSL color Cylindrical-coordinate representation of color #1A0832: hue angle of 265.71º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A0832 is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 26 8 50 -
CMYK 0.48 0.84 0 0.80
HSL 265.71º 0.72% 0.11% -
HSV(B) 265.71º 0.84% 0.2% -
XYZ 1.09 0.62 3.08 -
YUV 18.17 145.96 133.58 -
System Red Green Blue C M Y K H S L
Decimal 26 8 50 0.48 0.84 0 0.80 265.71 0.72 0.11
Hex 1A 8 32 30 54 0 50 10A 48 B
Octal 32 10 62 60 124 0 120 412 110 13
Binary 11010 1000 110010 110000 1010100 0 1010000 100001010 1001000 1011

Color Harmonies of #1A0832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0832

Black with #1A0832

Text Example


Text Example

White with #1A0832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A0832; }

 p { color: rgb(26,8,50); }

 H1.HeaderClassName
 {
   color: #1A0832;
 }
 .AnyTagClassName
 {
   color: #1A0832;
 }
</style>

background-color css

<style>
 a { background-color: #1A0832; }

 a { background-color: rgb(26,8,50); }

 div.DivClassName
 {
   background-color: #1A0832;
 }
 .BgClassName
 {
   background-color: #1A0832;
 }
</style>

border-color css

<style>
 span { border-color: #1A0832; }

 span { border-color: rgb(26,8,50); }

 td.TdClassName
 {
   border-color: #1A0832;
 }
 .TagClassName
 {
   border-color: #1A0832;
 }
</style>