Html Css Color HEX #000529 Black Russian

📋 copy color: '#000529'

red 0 ◦ green 5 ◦ blue 41

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

Shades of Black Russian #000529

Tints of Black Russian #000529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 89.13%

R = 0%
G = 10.87%
B = 89.13%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#000529 (or 0x000529) is known color: Black Russian. HEX triplet: 00, 05 and 29. RGB value is (0,5,41). Sum of RGB (Red+Green+Blue) = 0+5+41=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 41 (16.41% from 255 or 89.13% from 46); Max value from RGB is 41 - color contains mainly: blue. Hex color #000529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000529 is #FFFAD6. Grayscale: #070707. Windows color (decimal): -16775895 or 2688256. OLE color: 2688256.

HSL color Cylindrical-coordinate representation of color #000529: hue angle of 232.68º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000529 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 5 41 -
CMYK 1 0.88 0 0.84
HSL 232.68º 1% 0.08% -
HSV(B) 232.68º 1% 0.16% -
XYZ 0.45 0.27 2.13 -
YUV 7.61 146.84 122.57 -
System Red Green Blue C M Y K H S L
Decimal 0 5 41 1 0.88 0 0.84 232.68 1 0.08
Hex 0 5 29 64 58 0 54 E9 64 8
Octal 0 5 51 144 130 0 124 351 144 10
Binary 0 101 101001 1100100 1011000 0 1010100 11101001 1100100 1000

Color Harmonies of #000529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000529

Black with #000529

Text Example


Text Example

White with #000529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000529; }

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

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

background-color css

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

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

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

border-color css

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

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

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