Html Css Color HEX #00061D Black Russian

📋 copy color: '#00061D'

red 0 ◦ green 6 ◦ blue 29

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

Shades of Black Russian #00061D

Tints of Black Russian #00061D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 82.86%

R = 0%
G = 17.14%
B = 82.86%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#00061D (or 0x00061D) is known color: Black Russian. HEX triplet: 00, 06 and 1D. RGB value is (0,6,29). Sum of RGB (Red+Green+Blue) = 0+6+29=35 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 29 (11.72% from 255 or 82.86% from 35); Max value from RGB is 29 - color contains mainly: blue. Hex color #00061D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00061D is #FFF9E2. Grayscale: #060606. Windows color (decimal): -16775651 or 1902080. OLE color: 1902080.

HSL color Cylindrical-coordinate representation of color #00061D: hue angle of 227.59º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00061D is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 0 6 29 -
CMYK 1 0.79 0 0.89
HSL 227.59º 1% 0.06% -
HSV(B) 227.59º 1% 0.11% -
XYZ 0.29 0.22 1.19 -
YUV 6.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 0 6 29 1 0.79 0 0.89 227.59 1 0.06
Hex 0 6 1D 64 4F 0 59 E4 64 6
Octal 0 6 35 144 117 0 131 344 144 6
Binary 0 110 11101 1100100 1001111 0 1011001 11100100 1100100 110

Color Harmonies of #00061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00061D

Black with #00061D

Text Example


Text Example

White with #00061D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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