Html Css Color HEX #12011D Blackcurrant

📋 copy color: '#12011D'

red 18 ◦ green 1 ◦ blue 29

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

Shades of Blackcurrant #12011D

Tints of Blackcurrant #12011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.08%

 BLUE value IS 29 (11.72% from 255) = 60.42%

R = 37.5%
G = 2.08%
B = 60.42%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12011D (or 0x12011D) is known color: Blackcurrant. HEX triplet: 12, 01 and 1D. RGB value is (18,1,29). Sum of RGB (Red+Green+Blue) = 18+1+29=48 (6% of max value = 765). Red value is 18 (7.42% from 255 or 37.5% from 48); Green value is 1 (0.78% from 255 or 2.08% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #12011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12011D is #EDFEE2. Grayscale: #090909. Windows color (decimal): -15597283 or 1900818. OLE color: 1900818.

HSL color Cylindrical-coordinate representation of color #12011D: hue angle of 276.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12011D is Cyan = 0.38, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 18 1 29 -
CMYK 0.38 0.97 0 0.89
HSL 276.43º 0.93% 0.06% -
HSV(B) 276.43º 0.97% 0.11% -
XYZ 0.48 0.24 1.18 -
YUV 9.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 18 1 29 0.38 0.97 0 0.89 276.43 0.93 0.06
Hex 12 1 1D 26 61 0 59 114 5D 6
Octal 22 1 35 46 141 0 131 424 135 6
Binary 10010 1 11101 100110 1100001 0 1011001 100010100 1011101 110

Color Harmonies of #12011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12011D

Black with #12011D

Text Example


Text Example

White with #12011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12011D; }

 p { color: rgb(18,1,29); }

 H1.HeaderClassName
 {
   color: #12011D;
 }
 .AnyTagClassName
 {
   color: #12011D;
 }
</style>

background-color css

<style>
 a { background-color: #12011D; }

 a { background-color: rgb(18,1,29); }

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

border-color css

<style>
 span { border-color: #12011D; }

 span { border-color: rgb(18,1,29); }

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