Html Css Color HEX #02052E Black Russian

📋 copy color: '#02052E'

red 2 ◦ green 5 ◦ blue 46

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

Shades of Black Russian #02052E

Tints of Black Russian #02052E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 9.43%

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

R = 3.77%
G = 9.43%
B = 86.79%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#02052E (or 0x02052E) is known color: Black Russian. HEX triplet: 02, 05 and 2E. RGB value is (2,5,46). Sum of RGB (Red+Green+Blue) = 2+5+46=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 46 (18.36% from 255 or 86.79% from 53); Max value from RGB is 46 - color contains mainly: blue. Hex color #02052E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02052E is #FDFAD1. Grayscale: #080808. Windows color (decimal): -16644818 or 3015938. OLE color: 3015938.

HSL color Cylindrical-coordinate representation of color #02052E: hue angle of 235.91º 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 #02052E is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 2 5 46 -
CMYK 0.96 0.89 0 0.82
HSL 235.91º 0.92% 0.09% -
HSV(B) 235.91º 0.96% 0.18% -
XYZ 0.57 0.32 2.62 -
YUV 8.78 149.01 123.17 -
System Red Green Blue C M Y K H S L
Decimal 2 5 46 0.96 0.89 0 0.82 235.91 0.92 0.09
Hex 2 5 2E 60 59 0 52 EC 5C 9
Octal 2 5 56 140 131 0 122 354 134 11
Binary 10 101 101110 1100000 1011001 0 1010010 11101100 1011100 1001

Color Harmonies of #02052E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02052E

Black with #02052E

Text Example


Text Example

White with #02052E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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