Html Css Color HEX #00062D Black Russian

📋 copy color: '#00062D'

red 0 ◦ green 6 ◦ blue 45

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

Shades of Black Russian #00062D

Tints of Black Russian #00062D

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00062D (or 0x00062D) is known color: Black Russian. HEX triplet: 00, 06 and 2D. RGB value is (0,6,45). Sum of RGB (Red+Green+Blue) = 0+6+45=51 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 51); Green value is 6 (2.73% from 255 or 11.76% 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 #00062D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00062D is #FFF9D2. Grayscale: #080808. Windows color (decimal): -16775635 or 2950656. OLE color: 2950656.

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

Color convert

RGB 0 6 45 -
CMYK 1 0.87 0 0.82
HSL 232º 1% 0.09% -
HSV(B) 232º 1% 0.18% -
XYZ 0.54 0.32 2.52 -
YUV 8.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 0 6 45 1 0.87 0 0.82 232 1 0.09
Hex 0 6 2D 64 57 0 52 E8 64 9
Octal 0 6 55 144 127 0 122 350 144 11
Binary 0 110 101101 1100100 1010111 0 1010010 11101000 1100100 1001

Color Harmonies of #00062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00062D

Black with #00062D

Text Example


Text Example

White with #00062D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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