Html Css Color HEX #12041C Blackcurrant

📋 copy color: '#12041C'

red 18 ◦ green 4 ◦ blue 28

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

Shades of Blackcurrant #12041C

Tints of Blackcurrant #12041C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 8%

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

R = 36%
G = 8%
B = 56%

CMYK

 C value IS 0.36

 M value IS 0.86

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12041C (or 0x12041C) is known color: Blackcurrant. HEX triplet: 12, 04 and 1C. RGB value is (18,4,28). Sum of RGB (Red+Green+Blue) = 18+4+28=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 28 (11.33% from 255 or 56% from 50); Max value from RGB is 28 - color contains mainly: blue. Hex color #12041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12041C is #EDFBE3. Grayscale: #0A0A0A. Windows color (decimal): -15596516 or 1836050. OLE color: 1836050.

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

Color convert

RGB 18 4 28 -
CMYK 0.36 0.86 0 0.89
HSL 275º 0.75% 0.06% -
HSV(B) 275º 0.86% 0.11% -
XYZ 0.5 0.3 1.13 -
YUV 10.92 137.64 133.05 -
System Red Green Blue C M Y K H S L
Decimal 18 4 28 0.36 0.86 0 0.89 275 0.75 0.06
Hex 12 4 1C 24 56 0 59 113 4B 6
Octal 22 4 34 44 126 0 131 423 113 6
Binary 10010 100 11100 100100 1010110 0 1011001 100010011 1001011 110

Color Harmonies of #12041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12041C

Black with #12041C

Text Example


Text Example

White with #12041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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