Html Css Color HEX #12041F Blackcurrant

📋 copy color: '#12041F'

red 18 ◦ green 4 ◦ blue 31

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

Shades of Blackcurrant #12041F

Tints of Blackcurrant #12041F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 58.49%

R = 33.96%
G = 7.55%
B = 58.49%

CMYK

 C value IS 0.42

 M value IS 0.87

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12041F (or 0x12041F) is known color: Blackcurrant. HEX triplet: 12, 04 and 1F. RGB value is (18,4,31). Sum of RGB (Red+Green+Blue) = 18+4+31=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 4 (1.95% from 255 or 7.55% from 53); Blue value is 31 (12.5% from 255 or 58.49% from 53); Max value from RGB is 31 - color contains mainly: blue. Hex color #12041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12041F is #EDFBE0. Grayscale: #0B0B0B. Windows color (decimal): -15596513 or 2032658. OLE color: 2032658.

HSL color Cylindrical-coordinate representation of color #12041F: hue angle of 271.11º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12041F is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 18 4 31 -
CMYK 0.42 0.87 0 0.88
HSL 271.11º 0.77% 0.07% -
HSV(B) 271.11º 0.87% 0.12% -
XYZ 0.54 0.31 1.33 -
YUV 11.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 18 4 31 0.42 0.87 0 0.88 271.11 0.77 0.07
Hex 12 4 1F 2A 57 0 58 10F 4D 7
Octal 22 4 37 52 127 0 130 417 115 7
Binary 10010 100 11111 101010 1010111 0 1011000 100001111 1001101 111

Color Harmonies of #12041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12041F

Black with #12041F

Text Example


Text Example

White with #12041F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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