Html Css Color HEX #000528 Black Russian

📋 copy color: '#000528'

red 0 ◦ green 5 ◦ blue 40

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

Shades of Black Russian #000528

Tints of Black Russian #000528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 88.89%

R = 0%
G = 11.11%
B = 88.89%

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

#000528 (or 0x000528) is known color: Black Russian. HEX triplet: 00, 05 and 28. RGB value is (0,5,40). Sum of RGB (Red+Green+Blue) = 0+5+40=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 40 (16.02% from 255 or 88.89% from 45); Max value from RGB is 40 - color contains mainly: blue. Hex color #000528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000528 is #FFFAD7. Grayscale: #070707. Windows color (decimal): -16775896 or 2622720. OLE color: 2622720.

HSL color Cylindrical-coordinate representation of color #000528: hue angle of 232.5º 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 #000528 is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 0 5 40 -
CMYK 1 0.88 0 0.84
HSL 232.5º 1% 0.08% -
HSV(B) 232.5º 1% 0.16% -
XYZ 0.44 0.26 2.03 -
YUV 7.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 0 5 40 1 0.88 0 0.84 232.5 1 0.08
Hex 0 5 28 64 58 0 54 E8 64 8
Octal 0 5 50 144 130 0 124 350 144 10
Binary 0 101 101000 1100100 1011000 0 1010100 11101000 1100100 1000

Color Harmonies of #000528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000528

Black with #000528

Text Example


Text Example

White with #000528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000528; }

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

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

background-color css

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

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

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

border-color css

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

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

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