Html Css Color HEX #12041A Blackcurrant

📋 copy color: '#12041A'

red 18 ◦ green 4 ◦ blue 26

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

Shades of Blackcurrant #12041A

Tints of Blackcurrant #12041A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 54.17%

R = 37.5%
G = 8.33%
B = 54.17%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12041A (or 0x12041A) is known color: Blackcurrant. HEX triplet: 12, 04 and 1A. RGB value is (18,4,26). Sum of RGB (Red+Green+Blue) = 18+4+26=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 4 (1.95% from 255 or 8.33% from 48); Blue value is 26 (10.55% from 255 or 54.17% from 48); Max value from RGB is 26 - color contains mainly: blue. Hex color #12041A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12041A is #EDFBE5. Grayscale: #0A0A0A. Windows color (decimal): -15596518 or 1704978. OLE color: 1704978.

HSL color Cylindrical-coordinate representation of color #12041A: hue angle of 278.18º degrees, saturation: 0.73, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12041A is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 18 4 26 -
CMYK 0.31 0.85 0 0.90
HSL 278.18º 0.73% 0.06% -
HSV(B) 278.18º 0.85% 0.1% -
XYZ 0.48 0.29 1.01 -
YUV 10.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 18 4 26 0.31 0.85 0 0.90 278.18 0.73 0.06
Hex 12 4 1A 1F 55 0 5A 116 49 6
Octal 22 4 32 37 125 0 132 426 111 6
Binary 10010 100 11010 11111 1010101 0 1011010 100010110 1001001 110

Color Harmonies of #12041A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12041A

Black with #12041A

Text Example


Text Example

White with #12041A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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