Html Css Color HEX #02092C Black Russian

📋 copy color: '#02092C'

red 2 ◦ green 9 ◦ blue 44

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

Shades of Black Russian #02092C

Tints of Black Russian #02092C

RGB

 RED value IS 2 (1.17% from 255) = 3.64%

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

 BLUE value IS 44 (17.58% from 255) = 80%

R = 3.64%
G = 16.36%
B = 80%

CMYK

 C value IS 0.95

 M value IS 0.80

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#02092C (or 0x02092C) is known color: Black Russian. HEX triplet: 02, 09 and 2C. RGB value is (2,9,44). Sum of RGB (Red+Green+Blue) = 2+9+44=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 9 (3.91% from 255 or 16.36% from 55); Blue value is 44 (17.58% from 255 or 80% from 55); Max value from RGB is 44 - color contains mainly: blue. Hex color #02092C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02092C is #FDF6D3. Grayscale: #0A0A0A. Windows color (decimal): -16643796 or 2885890. OLE color: 2885890.

HSL color Cylindrical-coordinate representation of color #02092C: hue angle of 230º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02092C is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 2 9 44 -
CMYK 0.95 0.80 0 0.83
HSL 230º 0.91% 0.09% -
HSV(B) 230º 0.95% 0.17% -
XYZ 0.58 0.39 2.43 -
YUV 10.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 2 9 44 0.95 0.80 0 0.83 230 0.91 0.09
Hex 2 9 2C 5F 50 0 53 E6 5B 9
Octal 2 11 54 137 120 0 123 346 133 11
Binary 10 1001 101100 1011111 1010000 0 1010011 11100110 1011011 1001

Color Harmonies of #02092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02092C

Black with #02092C

Text Example


Text Example

White with #02092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02092C; }

 p { color: rgb(2,9,44); }

 H1.HeaderClassName
 {
   color: #02092C;
 }
 .AnyTagClassName
 {
   color: #02092C;
 }
</style>

background-color css

<style>
 a { background-color: #02092C; }

 a { background-color: rgb(2,9,44); }

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

border-color css

<style>
 span { border-color: #02092C; }

 span { border-color: rgb(2,9,44); }

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