Html Css Color HEX #08002F Black Russian

📋 copy color: '#08002F'

red 8 ◦ green 0 ◦ blue 47

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

Shades of Black Russian #08002F

Tints of Black Russian #08002F

RGB

 RED value IS 8 (3.52% from 255) = 14.55%

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

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

R = 14.55%
G = 0%
B = 85.45%

CMYK

 C value IS 0.83

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#08002F (or 0x08002F) is known color: Black Russian. HEX triplet: 08, 00 and 2F. RGB value is (8,0,47). Sum of RGB (Red+Green+Blue) = 8+0+47=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 47 (18.75% from 255 or 85.45% from 55); Max value from RGB is 47 - color contains mainly: blue. Hex color #08002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08002F is #F7FFD0. Grayscale: #070707. Windows color (decimal): -16252881 or 3080200. OLE color: 3080200.

HSL color Cylindrical-coordinate representation of color #08002F: hue angle of 250.21º 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 #08002F is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 8 0 47 -
CMYK 0.83 1 0 0.82
HSL 250.21º 1% 0.09% -
HSV(B) 250.21º 1% 0.18% -
XYZ 0.61 0.26 2.71 -
YUV 7.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 8 0 47 0.83 1 0 0.82 250.21 1 0.09
Hex 8 0 2F 53 64 0 52 FA 64 9
Octal 10 0 57 123 144 0 122 372 144 11
Binary 1000 0 101111 1010011 1100100 0 1010010 11111010 1100100 1001

Color Harmonies of #08002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08002F

Black with #08002F

Text Example


Text Example

White with #08002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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