Html Css Color HEX #1A0C1C Blackcurrant

📋 copy color: '#1A0C1C'

red 26 ◦ green 12 ◦ blue 28

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

Shades of Blackcurrant #1A0C1C

Tints of Blackcurrant #1A0C1C

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.18%

 BLUE value IS 28 (11.33% from 255) = 42.42%

R = 39.39%
G = 18.18%
B = 42.42%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#1A0C1C (or 0x1A0C1C) is known color: Blackcurrant. HEX triplet: 1A, 0C and 1C. RGB value is (26,12,28). Sum of RGB (Red+Green+Blue) = 26+12+28=66 (8% of max value = 765). Red value is 26 (10.55% from 255 or 39.39% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 28 (11.33% from 255 or 42.42% from 66); Max value from RGB is 28 - color contains mainly: blue. Hex color #1A0C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0C1C is #E5F3E3. Grayscale: #111111. Windows color (decimal): -15070180 or 1838106. OLE color: 1838106.

HSL color Cylindrical-coordinate representation of color #1A0C1C: hue angle of 292.5º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A0C1C is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 26 12 28 -
CMYK 0.07 0.57 0 0.89
HSL 292.5º 0.4% 0.08% -
HSV(B) 292.5º 0.57% 0.11% -
XYZ 0.77 0.57 1.17 -
YUV 18.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 26 12 28 0.07 0.57 0 0.89 292.5 0.4 0.08
Hex 1A C 1C 7 39 0 59 124 28 8
Octal 32 14 34 7 71 0 131 444 50 10
Binary 11010 1100 11100 111 111001 0 1011001 100100100 101000 1000

Color Harmonies of #1A0C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A0C1C

Black with #1A0C1C

Text Example


Text Example

White with #1A0C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,12,28); }

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

background-color css

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

 a { background-color: rgb(26,12,28); }

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

border-color css

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

 span { border-color: rgb(26,12,28); }

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