Html Css Color HEX #090C14 Black Russian

📋 copy color: '#090C14'

red 9 ◦ green 12 ◦ blue 20

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

Shades of Black Russian #090C14

Tints of Black Russian #090C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 48.78%

R = 21.95%
G = 29.27%
B = 48.78%

CMYK

 C value IS 0.55

 M value IS 0.40

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#090C14 (or 0x090C14) is known color: Black Russian. HEX triplet: 09, 0C and 14. RGB value is (9,12,20). Sum of RGB (Red+Green+Blue) = 9+12+20=41 (5% of max value = 765). Red value is 9 (3.91% from 255 or 21.95% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: blue. Hex color #090C14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C14 is #F6F3EB. Grayscale: #0B0B0B. Windows color (decimal): -16184300 or 1313801. OLE color: 1313801.

HSL color Cylindrical-coordinate representation of color #090C14: hue angle of 223.64º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090C14 is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 9 12 20 -
CMYK 0.55 0.40 0 0.92
HSL 223.64º 0.38% 0.06% -
HSV(B) 223.64º 0.55% 0.08% -
XYZ 0.37 0.37 0.71 -
YUV 12.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 9 12 20 0.55 0.40 0 0.92 223.64 0.38 0.06
Hex 9 C 14 37 28 0 5C E0 26 6
Octal 11 14 24 67 50 0 134 340 46 6
Binary 1001 1100 10100 110111 101000 0 1011100 11100000 100110 110

Color Harmonies of #090C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C14

Black with #090C14

Text Example


Text Example

White with #090C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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