Html Css Color HEX #000527 Black Russian

📋 copy color: '#000527'

red 0 ◦ green 5 ◦ blue 39

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

Shades of Black Russian #000527

Tints of Black Russian #000527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 88.64%

R = 0%
G = 11.36%
B = 88.64%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#000527 (or 0x000527) is known color: Black Russian. HEX triplet: 00, 05 and 27. RGB value is (0,5,39). Sum of RGB (Red+Green+Blue) = 0+5+39=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 39 (15.62% from 255 or 88.64% from 44); Max value from RGB is 39 - color contains mainly: blue. Hex color #000527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000527 is #FFFAD8. Grayscale: #070707. Windows color (decimal): -16775897 or 2557184. OLE color: 2557184.

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

Color convert

RGB 0 5 39 -
CMYK 1 0.87 0 0.85
HSL 232.31º 1% 0.08% -
HSV(B) 232.31º 1% 0.15% -
XYZ 0.42 0.26 1.95 -
YUV 7.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 0 5 39 1 0.87 0 0.85 232.31 1 0.08
Hex 0 5 27 64 57 0 55 E8 64 8
Octal 0 5 47 144 127 0 125 350 144 10
Binary 0 101 100111 1100100 1010111 0 1010101 11101000 1100100 1000

Color Harmonies of #000527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000527

Black with #000527

Text Example


Text Example

White with #000527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000527; }

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

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

background-color css

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

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

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

border-color css

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

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

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