Html Css Color HEX #060332 Black Russian

📋 copy color: '#060332'

red 6 ◦ green 3 ◦ blue 50

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

Shades of Black Russian #060332

Tints of Black Russian #060332

RGB

 RED value IS 6 (2.73% from 255) = 10.17%

 GREEN value IS 3 (1.56% from 255) = 5.08%

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

R = 10.17%
G = 5.08%
B = 84.75%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#060332 (or 0x060332) is known color: Black Russian. HEX triplet: 06, 03 and 32. RGB value is (6,3,50). Sum of RGB (Red+Green+Blue) = 6+3+50=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 3 (1.56% from 255 or 5.08% from 59); Blue value is 50 (19.92% from 255 or 84.75% from 59); Max value from RGB is 50 - color contains mainly: blue. Hex color #060332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060332 is #F9FCCD. Grayscale: #090909. Windows color (decimal): -16383182 or 3277574. OLE color: 3277574.

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

Color convert

RGB 6 3 50 -
CMYK 0.88 0.94 0 0.80
HSL 243.83º 0.89% 0.1% -
HSV(B) 243.83º 0.94% 0.2% -
XYZ 0.68 0.33 3.05 -
YUV 9.26 150.99 125.68 -
System Red Green Blue C M Y K H S L
Decimal 6 3 50 0.88 0.94 0 0.80 243.83 0.89 0.1
Hex 6 3 32 58 5E 0 50 F4 59 A
Octal 6 3 62 130 136 0 120 364 131 12
Binary 110 11 110010 1011000 1011110 0 1010000 11110100 1011001 1010

Color Harmonies of #060332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060332

Black with #060332

Text Example


Text Example

White with #060332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060332; }

 p { color: rgb(6,3,50); }

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

background-color css

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

 a { background-color: rgb(6,3,50); }

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

border-color css

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

 span { border-color: rgb(6,3,50); }

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