Html Css Color HEX #090C1F Black Russian

📋 copy color: '#090C1F'

red 9 ◦ green 12 ◦ blue 31

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

Shades of Black Russian #090C1F

Tints of Black Russian #090C1F

RGB

 RED value IS 9 (3.91% from 255) = 17.31%

 GREEN value IS 12 (5.08% from 255) = 23.08%

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

R = 17.31%
G = 23.08%
B = 59.62%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#090C1F (or 0x090C1F) is known color: Black Russian. HEX triplet: 09, 0C and 1F. RGB value is (9,12,31). Sum of RGB (Red+Green+Blue) = 9+12+31=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 31 (12.5% from 255 or 59.62% from 52); Max value from RGB is 31 - color contains mainly: blue. Hex color #090C1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C1F is #F6F3E0. Grayscale: #0D0D0D. Windows color (decimal): -16184289 or 2034697. OLE color: 2034697.

HSL color Cylindrical-coordinate representation of color #090C1F: hue angle of 231.82º 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 #090C1F is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 9 12 31 -
CMYK 0.71 0.61 0 0.88
HSL 231.82º 0.55% 0.08% -
HSV(B) 231.82º 0.71% 0.12% -
XYZ 0.49 0.42 1.35 -
YUV 13.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 9 12 31 0.71 0.61 0 0.88 231.82 0.55 0.08
Hex 9 C 1F 47 3D 0 58 E8 37 8
Octal 11 14 37 107 75 0 130 350 67 10
Binary 1001 1100 11111 1000111 111101 0 1011000 11101000 110111 1000

Color Harmonies of #090C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C1F

Black with #090C1F

Text Example


Text Example

White with #090C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #090C1F; }

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

 H1.HeaderClassName
 {
   color: #090C1F;
 }
 .AnyTagClassName
 {
   color: #090C1F;
 }
</style>

background-color css

<style>
 a { background-color: #090C1F; }

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

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

border-color css

<style>
 span { border-color: #090C1F; }

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

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