Html Css Color HEX #010527 Black Russian

📋 copy color: '#010527'

red 1 ◦ green 5 ◦ blue 39

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

Shades of Black Russian #010527

Tints of Black Russian #010527

RGB

 RED value IS 1 (0.78% from 255) = 2.22%

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

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

R = 2.22%
G = 11.11%
B = 86.67%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#010527 (or 0x010527) is known color: Black Russian. HEX triplet: 01, 05 and 27. RGB value is (1,5,39). Sum of RGB (Red+Green+Blue) = 1+5+39=45 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.22% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 39 (15.62% from 255 or 86.67% from 45); Max value from RGB is 39 - color contains mainly: blue. Hex color #010527 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010527 is #FEFAD8. Grayscale: #070707. Windows color (decimal): -16710361 or 2557185. OLE color: 2557185.

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

Color convert

RGB 1 5 39 -
CMYK 0.97 0.87 0 0.85
HSL 233.68º 0.95% 0.08% -
HSV(B) 233.68º 0.97% 0.15% -
XYZ 0.43 0.26 1.95 -
YUV 7.68 145.67 123.24 -
System Red Green Blue C M Y K H S L
Decimal 1 5 39 0.97 0.87 0 0.85 233.68 0.95 0.08
Hex 1 5 27 61 57 0 55 EA 5F 8
Octal 1 5 47 141 127 0 125 352 137 10
Binary 1 101 100111 1100001 1010111 0 1010101 11101010 1011111 1000

Color Harmonies of #010527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010527

Black with #010527

Text Example


Text Example

White with #010527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010527; }

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

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

background-color css

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

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

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

border-color css

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

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

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