Html Css Color HEX #02072E Black Russian

📋 copy color: '#02072E'

red 2 ◦ green 7 ◦ blue 46

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

Shades of Black Russian #02072E

Tints of Black Russian #02072E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 12.73%

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

R = 3.64%
G = 12.73%
B = 83.64%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#02072E (or 0x02072E) is known color: Black Russian. HEX triplet: 02, 07 and 2E. RGB value is (2,7,46). Sum of RGB (Red+Green+Blue) = 2+7+46=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 46 (18.36% from 255 or 83.64% from 55); Max value from RGB is 46 - color contains mainly: blue. Hex color #02072E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02072E is #FDF8D1. Grayscale: #090909. Windows color (decimal): -16644306 or 3016450. OLE color: 3016450.

HSL color Cylindrical-coordinate representation of color #02072E: hue angle of 233.18º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02072E is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 2 7 46 -
CMYK 0.96 0.85 0 0.82
HSL 233.18º 0.92% 0.09% -
HSV(B) 233.18º 0.96% 0.18% -
XYZ 0.59 0.36 2.62 -
YUV 9.95 148.34 122.33 -
System Red Green Blue C M Y K H S L
Decimal 2 7 46 0.96 0.85 0 0.82 233.18 0.92 0.09
Hex 2 7 2E 60 55 0 52 E9 5C 9
Octal 2 7 56 140 125 0 122 351 134 11
Binary 10 111 101110 1100000 1010101 0 1010010 11101001 1011100 1001

Color Harmonies of #02072E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02072E

Black with #02072E

Text Example


Text Example

White with #02072E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02072E; }

 p { color: rgb(2,7,46); }

 H1.HeaderClassName
 {
   color: #02072E;
 }
 .AnyTagClassName
 {
   color: #02072E;
 }
</style>

background-color css

<style>
 a { background-color: #02072E; }

 a { background-color: rgb(2,7,46); }

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

border-color css

<style>
 span { border-color: #02072E; }

 span { border-color: rgb(2,7,46); }

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