Html Css Color HEX #090C2E Black Russian

📋 copy color: '#090C2E'

red 9 ◦ green 12 ◦ blue 46

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

Shades of Black Russian #090C2E

Tints of Black Russian #090C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 68.66%

R = 13.43%
G = 17.91%
B = 68.66%

CMYK

 C value IS 0.80

 M value IS 0.74

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#090C2E (or 0x090C2E) is known color: Black Russian. HEX triplet: 09, 0C and 2E. RGB value is (9,12,46). Sum of RGB (Red+Green+Blue) = 9+12+46=67 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.43% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #090C2E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C2E is #F6F3D1. Grayscale: #0E0E0E. Windows color (decimal): -16184274 or 3017737. OLE color: 3017737.

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

Color convert

RGB 9 12 46 -
CMYK 0.80 0.74 0 0.82
HSL 235.14º 0.67% 0.11% -
HSV(B) 235.14º 0.8% 0.18% -
XYZ 0.74 0.52 2.65 -
YUV 14.98 145.51 123.74 -
System Red Green Blue C M Y K H S L
Decimal 9 12 46 0.80 0.74 0 0.82 235.14 0.67 0.11
Hex 9 C 2E 50 4A 0 52 EB 43 B
Octal 11 14 56 120 112 0 122 353 103 13
Binary 1001 1100 101110 1010000 1001010 0 1010010 11101011 1000011 1011

Color Harmonies of #090C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090C2E

Black with #090C2E

Text Example


Text Example

White with #090C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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