Html Css Color HEX #00051A Black Russian

📋 copy color: '#00051A'

red 0 ◦ green 5 ◦ blue 26

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

Shades of Black Russian #00051A

Tints of Black Russian #00051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 16.13%

 BLUE value IS 26 (10.55% from 255) = 83.87%

R = 0%
G = 16.13%
B = 83.87%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#00051A (or 0x00051A) is known color: Black Russian. HEX triplet: 00, 05 and 1A. RGB value is (0,5,26). Sum of RGB (Red+Green+Blue) = 0+5+26=31 (4% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #00051A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00051A is #FFFAE5. Grayscale: #050505. Windows color (decimal): -16775910 or 1705216. OLE color: 1705216.

HSL color Cylindrical-coordinate representation of color #00051A: hue angle of 228.46º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00051A is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 0 5 26 -
CMYK 1 0.81 0 0.90
HSL 228.46º 1% 0.05% -
HSV(B) 228.46º 1% 0.1% -
XYZ 0.24 0.18 1 -
YUV 5.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 0 5 26 1 0.81 0 0.90 228.46 1 0.05
Hex 0 5 1A 64 51 0 5A E4 64 5
Octal 0 5 32 144 121 0 132 344 144 5
Binary 0 101 11010 1100100 1010001 0 1011010 11100100 1100100 101

Color Harmonies of #00051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00051A

Black with #00051A

Text Example


Text Example

White with #00051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00051A; }

 p { color: rgb(0,5,26); }

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

background-color css

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

 a { background-color: rgb(0,5,26); }

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

border-color css

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

 span { border-color: rgb(0,5,26); }

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