Html Css Color HEX #12091D Blackcurrant

📋 copy color: '#12091D'

red 18 ◦ green 9 ◦ blue 29

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

Shades of Blackcurrant #12091D

Tints of Blackcurrant #12091D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.07%

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

R = 32.14%
G = 16.07%
B = 51.79%

CMYK

 C value IS 0.38

 M value IS 0.69

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#12091D (or 0x12091D) is known color: Blackcurrant. HEX triplet: 12, 09 and 1D. RGB value is (18,9,29). Sum of RGB (Red+Green+Blue) = 18+9+29=56 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.14% from 56); Green value is 9 (3.91% from 255 or 16.07% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #12091D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091D is #EDF6E2. Grayscale: #0D0D0D. Windows color (decimal): -15595235 or 1902866. OLE color: 1902866.

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

Color convert

RGB 18 9 29 -
CMYK 0.38 0.69 0 0.89
HSL 267º 0.53% 0.07% -
HSV(B) 267º 0.69% 0.11% -
XYZ 0.57 0.41 1.21 -
YUV 13.97 136.48 130.87 -
System Red Green Blue C M Y K H S L
Decimal 18 9 29 0.38 0.69 0 0.89 267 0.53 0.07
Hex 12 9 1D 26 45 0 59 10B 35 7
Octal 22 11 35 46 105 0 131 413 65 7
Binary 10010 1001 11101 100110 1000101 0 1011001 100001011 110101 111

Color Harmonies of #12091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12091D

Black with #12091D

Text Example


Text Example

White with #12091D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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