Html Css Color HEX #12061C Blackcurrant

📋 copy color: '#12061C'

red 18 ◦ green 6 ◦ blue 28

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

Shades of Blackcurrant #12061C

Tints of Blackcurrant #12061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 11.54%

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

R = 34.62%
G = 11.54%
B = 53.85%

CMYK

 C value IS 0.36

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12061C (or 0x12061C) is known color: Blackcurrant. HEX triplet: 12, 06 and 1C. RGB value is (18,6,28). Sum of RGB (Red+Green+Blue) = 18+6+28=52 (6% of max value = 765). Red value is 18 (7.42% from 255 or 34.62% from 52); Green value is 6 (2.73% from 255 or 11.54% from 52); Blue value is 28 (11.33% from 255 or 53.85% from 52); Max value from RGB is 28 - color contains mainly: blue. Hex color #12061C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12061C is #EDF9E3. Grayscale: #0C0C0C. Windows color (decimal): -15596004 or 1836562. OLE color: 1836562.

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

Color convert

RGB 18 6 28 -
CMYK 0.36 0.79 0 0.89
HSL 272.73º 0.65% 0.07% -
HSV(B) 272.73º 0.79% 0.11% -
XYZ 0.52 0.34 1.14 -
YUV 12.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 18 6 28 0.36 0.79 0 0.89 272.73 0.65 0.07
Hex 12 6 1C 24 4F 0 59 111 41 7
Octal 22 6 34 44 117 0 131 421 101 7
Binary 10010 110 11100 100100 1001111 0 1011001 100010001 1000001 111

Color Harmonies of #12061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12061C

Black with #12061C

Text Example


Text Example

White with #12061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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