Html Css Color HEX #02002F Black Russian

📋 copy color: '#02002F'

red 2 ◦ green 0 ◦ blue 47

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

Shades of Black Russian #02002F

Tints of Black Russian #02002F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 4.08%
G = 0%
B = 95.92%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#02002F (or 0x02002F) is known color: Black Russian. HEX triplet: 02, 00 and 2F. RGB value is (2,0,47). Sum of RGB (Red+Green+Blue) = 2+0+47=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 47 (18.75% from 255 or 95.92% from 49); Max value from RGB is 47 - color contains mainly: blue. Hex color #02002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02002F is #FDFFD0. Grayscale: #050505. Windows color (decimal): -16646097 or 3080194. OLE color: 3080194.

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

Color convert

RGB 2 0 47 -
CMYK 0.96 1 0 0.82
HSL 242.55º 1% 0.09% -
HSV(B) 242.55º 1% 0.18% -
XYZ 0.54 0.22 2.7 -
YUV 5.96 151.16 125.18 -
System Red Green Blue C M Y K H S L
Decimal 2 0 47 0.96 1 0 0.82 242.55 1 0.09
Hex 2 0 2F 60 64 0 52 F3 64 9
Octal 2 0 57 140 144 0 122 363 144 11
Binary 10 0 101111 1100000 1100100 0 1010010 11110011 1100100 1001

Color Harmonies of #02002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02002F

Black with #02002F

Text Example


Text Example

White with #02002F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02002F; }

 p { color: rgb(2,0,47); }

 H1.HeaderClassName
 {
   color: #02002F;
 }
 .AnyTagClassName
 {
   color: #02002F;
 }
</style>

background-color css

<style>
 a { background-color: #02002F; }

 a { background-color: rgb(2,0,47); }

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

border-color css

<style>
 span { border-color: #02002F; }

 span { border-color: rgb(2,0,47); }

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