Html Css Color HEX #12091F Blackcurrant

📋 copy color: '#12091F'

red 18 ◦ green 9 ◦ blue 31

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

Shades of Blackcurrant #12091F

Tints of Blackcurrant #12091F

RGB

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

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

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

R = 31.03%
G = 15.52%
B = 53.45%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#12091F (or 0x12091F) is known color: Blackcurrant. HEX triplet: 12, 09 and 1F. RGB value is (18,9,31). Sum of RGB (Red+Green+Blue) = 18+9+31=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 9 (3.91% from 255 or 15.52% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #12091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12091F is #EDF6E0. Grayscale: #0E0E0E. Windows color (decimal): -15595233 or 2033938. OLE color: 2033938.

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

Color convert

RGB 18 9 31 -
CMYK 0.42 0.71 0 0.88
HSL 264.55º 0.55% 0.08% -
HSV(B) 264.55º 0.71% 0.12% -
XYZ 0.59 0.42 1.35 -
YUV 14.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 18 9 31 0.42 0.71 0 0.88 264.55 0.55 0.08
Hex 12 9 1F 2A 47 0 58 109 37 8
Octal 22 11 37 52 107 0 130 411 67 10
Binary 10010 1001 11111 101010 1000111 0 1011000 100001001 110111 1000

Color Harmonies of #12091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12091F

Black with #12091F

Text Example


Text Example

White with #12091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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