Html Css Color HEX #090C2F Black Russian

📋 copy color: '#090C2F'

red 9 ◦ green 12 ◦ blue 47

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

Shades of Black Russian #090C2F

Tints of Black Russian #090C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 69.12%

R = 13.24%
G = 17.65%
B = 69.12%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#090C2F (or 0x090C2F) is known color: Black Russian. HEX triplet: 09, 0C and 2F. RGB value is (9,12,47). Sum of RGB (Red+Green+Blue) = 9+12+47=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 47 (18.75% from 255 or 69.12% from 68); Max value from RGB is 47 - color contains mainly: blue. Hex color #090C2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C2F is #F6F3D0. Grayscale: #0E0E0E. Windows color (decimal): -16184273 or 3083273. OLE color: 3083273.

HSL color Cylindrical-coordinate representation of color #090C2F: hue angle of 235.26º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #090C2F is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 9 12 47 -
CMYK 0.81 0.74 0 0.82
HSL 235.26º 0.68% 0.11% -
HSV(B) 235.26º 0.81% 0.18% -
XYZ 0.76 0.53 2.75 -
YUV 15.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 9 12 47 0.81 0.74 0 0.82 235.26 0.68 0.11
Hex 9 C 2F 51 4A 0 52 EB 44 B
Octal 11 14 57 121 112 0 122 353 104 13
Binary 1001 1100 101111 1010001 1001010 0 1010010 11101011 1000100 1011

Color Harmonies of #090C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C2F

Black with #090C2F

Text Example


Text Example

White with #090C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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