Html Css Color HEX #12091A Blackcurrant

📋 copy color: '#12091A'

red 18 ◦ green 9 ◦ blue 26

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

Shades of Blackcurrant #12091A

Tints of Blackcurrant #12091A

RGB

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

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

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

R = 33.96%
G = 16.98%
B = 49.06%

CMYK

 C value IS 0.31

 M value IS 0.65

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#12091A (or 0x12091A) is known color: Blackcurrant. HEX triplet: 12, 09 and 1A. RGB value is (18,9,26). Sum of RGB (Red+Green+Blue) = 18+9+26=53 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.96% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 26 (10.55% from 255 or 49.06% from 53); Max value from RGB is 26 - color contains mainly: blue. Hex color #12091A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091A is #EDF6E5. Grayscale: #0D0D0D. Windows color (decimal): -15595238 or 1706258. OLE color: 1706258.

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

Color convert

RGB 18 9 26 -
CMYK 0.31 0.65 0 0.90
HSL 271.76º 0.49% 0.07% -
HSV(B) 271.76º 0.65% 0.1% -
XYZ 0.53 0.4 1.03 -
YUV 13.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 18 9 26 0.31 0.65 0 0.90 271.76 0.49 0.07
Hex 12 9 1A 1F 41 0 5A 110 31 7
Octal 22 11 32 37 101 0 132 420 61 7
Binary 10010 1001 11010 11111 1000001 0 1011010 100010000 110001 111

Color Harmonies of #12091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12091A

Black with #12091A

Text Example


Text Example

White with #12091A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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