Html Css Color HEX #010032 Black Russian

📋 copy color: '#010032'

red 1 ◦ green 0 ◦ blue 50

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

Shades of Black Russian #010032

Tints of Black Russian #010032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 98.04%

R = 1.96%
G = 0%
B = 98.04%

CMYK

 C value IS 0.98

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#010032 (or 0x010032) is known color: Black Russian. HEX triplet: 01, 00 and 32. RGB value is (1,0,50). Sum of RGB (Red+Green+Blue) = 1+0+50=51 (6% of max value = 765). Red value is 1 (0.78% from 255 or 1.96% from 51); Green value is 0 (0.39% from 255 or 0% from 51); Blue value is 50 (19.92% from 255 or 98.04% from 51); Max value from RGB is 50 - color contains mainly: blue. Hex color #010032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010032 is #FEFFCD. Grayscale: #050505. Windows color (decimal): -16711630 or 3276801. OLE color: 3276801.

HSL color Cylindrical-coordinate representation of color #010032: hue angle of 241.2º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #010032 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 1 0 50 -
CMYK 0.98 1 0 0.80
HSL 241.2º 1% 0.1% -
HSV(B) 241.2º 1% 0.2% -
XYZ 0.59 0.24 3.03 -
YUV 6 152.83 124.43 -
System Red Green Blue C M Y K H S L
Decimal 1 0 50 0.98 1 0 0.80 241.2 1 0.1
Hex 1 0 32 62 64 0 50 F1 64 A
Octal 1 0 62 142 144 0 120 361 144 12
Binary 1 0 110010 1100010 1100100 0 1010000 11110001 1100100 1010

Color Harmonies of #010032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010032

Black with #010032

Text Example


Text Example

White with #010032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010032; }

 p { color: rgb(1,0,50); }

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

background-color css

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

 a { background-color: rgb(1,0,50); }

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

border-color css

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

 span { border-color: rgb(1,0,50); }

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