Html Css Color HEX #060034 Black Russian

📋 copy color: '#060034'

red 6 ◦ green 0 ◦ blue 52

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

Shades of Black Russian #060034

Tints of Black Russian #060034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 89.66%

R = 10.34%
G = 0%
B = 89.66%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#060034 (or 0x060034) is known color: Black Russian. HEX triplet: 06, 00 and 34. RGB value is (6,0,52). Sum of RGB (Red+Green+Blue) = 6+0+52=58 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.34% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 52 (20.70% from 255 or 89.66% from 58); Max value from RGB is 52 - color contains mainly: blue. Hex color #060034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060034 is #F9FFCB. Grayscale: #070707. Windows color (decimal): -16383948 or 3407878. OLE color: 3407878.

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

Color convert

RGB 6 0 52 -
CMYK 0.88 1 0 0.80
HSL 246.92º 1% 0.1% -
HSV(B) 246.92º 1% 0.2% -
XYZ 0.69 0.29 3.27 -
YUV 7.72 152.99 126.77 -
System Red Green Blue C M Y K H S L
Decimal 6 0 52 0.88 1 0 0.80 246.92 1 0.1
Hex 6 0 34 58 64 0 50 F7 64 A
Octal 6 0 64 130 144 0 120 367 144 12
Binary 110 0 110100 1011000 1100100 0 1010000 11110111 1100100 1010

Color Harmonies of #060034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060034

Black with #060034

Text Example


Text Example

White with #060034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060034; }

 p { color: rgb(6,0,52); }

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

background-color css

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

 a { background-color: rgb(6,0,52); }

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

border-color css

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

 span { border-color: rgb(6,0,52); }

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