Html Css Color HEX #020308 Black Russian

📋 copy color: '#020308'

red 2 ◦ green 3 ◦ blue 8

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

Shades of Black Russian #020308

Tints of Black Russian #020308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 23.08%

 BLUE value IS 8 (3.52% from 255) = 61.54%

R = 15.38%
G = 23.08%
B = 61.54%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.97

RGB Variations

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

Color information

#020308 (or 0x020308) is known color: Black Russian. HEX triplet: 02, 03 and 08. RGB value is (2,3,8). Sum of RGB (Red+Green+Blue) = 2+3+8=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 3 (1.56% from 255 or 23.08% from 13); Blue value is 8 (3.52% from 255 or 61.54% from 13); Max value from RGB is 8 - color contains mainly: blue. Hex color #020308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020308 is #FDFCF7. Grayscale: #030303. Windows color (decimal): -16645368 or 525058. OLE color: 525058.

HSL color Cylindrical-coordinate representation of color #020308: hue angle of 230º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #020308 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.97.

Color convert

RGB 2 3 8 -
CMYK 0.75 0.63 0 0.97
HSL 230º 0.6% 0.02% -
HSV(B) 230º 0.75% 0.03% -
XYZ 0.1 0.1 0.24 -
YUV 3.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 2 3 8 0.75 0.63 0 0.97 230 0.6 0.02
Hex 2 3 8 4B 3F 0 61 E6 3C 2
Octal 2 3 10 113 77 0 141 346 74 2
Binary 10 11 1000 1001011 111111 0 1100001 11100110 111100 10

Color Harmonies of #020308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020308

Black with #020308

Text Example


Text Example

White with #020308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020308; }

 p { color: rgb(2,3,8); }

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

background-color css

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

 a { background-color: rgb(2,3,8); }

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

border-color css

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

 span { border-color: rgb(2,3,8); }

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