Html Css Color HEX #12081C Blackcurrant

📋 copy color: '#12081C'

red 18 ◦ green 8 ◦ blue 28

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

Shades of Blackcurrant #12081C

Tints of Blackcurrant #12081C

RGB

 RED value IS 18 (7.42% from 255) = 33.33%

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

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

R = 33.33%
G = 14.81%
B = 51.85%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12081C (or 0x12081C) is known color: Blackcurrant. HEX triplet: 12, 08 and 1C. RGB value is (18,8,28). Sum of RGB (Red+Green+Blue) = 18+8+28=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 8 (3.52% from 255 or 14.81% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #12081C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12081C is #EDF7E3. Grayscale: #0D0D0D. Windows color (decimal): -15595492 or 1837074. OLE color: 1837074.

HSL color Cylindrical-coordinate representation of color #12081C: hue angle of 270º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #12081C is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 8 28 -
CMYK 0.36 0.71 0 0.89
HSL 270º 0.56% 0.07% -
HSV(B) 270º 0.71% 0.11% -
XYZ 0.55 0.39 1.14 -
YUV 13.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 18 8 28 0.36 0.71 0 0.89 270 0.56 0.07
Hex 12 8 1C 24 47 0 59 10E 38 7
Octal 22 10 34 44 107 0 131 416 70 7
Binary 10010 1000 11100 100100 1000111 0 1011001 100001110 111000 111

Color Harmonies of #12081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12081C

Black with #12081C

Text Example


Text Example

White with #12081C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12081C; }

 p { color: rgb(18,8,28); }

 H1.HeaderClassName
 {
   color: #12081C;
 }
 .AnyTagClassName
 {
   color: #12081C;
 }
</style>

background-color css

<style>
 a { background-color: #12081C; }

 a { background-color: rgb(18,8,28); }

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

border-color css

<style>
 span { border-color: #12081C; }

 span { border-color: rgb(18,8,28); }

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