Html Css Color HEX #06002D Black Russian

📋 copy color: '#06002D'

red 6 ◦ green 0 ◦ blue 45

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

Shades of Black Russian #06002D

Tints of Black Russian #06002D

RGB

 RED value IS 6 (2.73% from 255) = 11.76%

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

 BLUE value IS 45 (17.97% from 255) = 88.24%

R = 11.76%
G = 0%
B = 88.24%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#06002D (or 0x06002D) is known color: Black Russian. HEX triplet: 06, 00 and 2D. RGB value is (6,0,45). Sum of RGB (Red+Green+Blue) = 6+0+45=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 45 (17.97% from 255 or 88.24% from 51); Max value from RGB is 45 - color contains mainly: blue. Hex color #06002D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06002D is #F9FFD2. Grayscale: #060606. Windows color (decimal): -16383955 or 2949126. OLE color: 2949126.

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

Color convert

RGB 6 0 45 -
CMYK 0.87 1 0 0.82
HSL 248º 1% 0.09% -
HSV(B) 248º 1% 0.18% -
XYZ 0.55 0.23 2.5 -
YUV 6.92 149.49 127.34 -
System Red Green Blue C M Y K H S L
Decimal 6 0 45 0.87 1 0 0.82 248 1 0.09
Hex 6 0 2D 57 64 0 52 F8 64 9
Octal 6 0 55 127 144 0 122 370 144 11
Binary 110 0 101101 1010111 1100100 0 1010010 11111000 1100100 1001

Color Harmonies of #06002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06002D

Black with #06002D

Text Example


Text Example

White with #06002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06002D; }

 p { color: rgb(6,0,45); }

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

background-color css

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

 a { background-color: rgb(6,0,45); }

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

border-color css

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

 span { border-color: rgb(6,0,45); }

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