Html Css Color HEX #060035 Black Russian

📋 copy color: '#060035'

red 6 ◦ green 0 ◦ blue 53

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

Shades of Black Russian #060035

Tints of Black Russian #060035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 89.83%

R = 10.17%
G = 0%
B = 89.83%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#060035 (or 0x060035) is known color: Black Russian. HEX triplet: 06, 00 and 35. RGB value is (6,0,53). Sum of RGB (Red+Green+Blue) = 6+0+53=59 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.17% from 59); Green value is 0 (0.39% from 255 or 0% from 59); Blue value is 53 (21.09% from 255 or 89.83% from 59); Max value from RGB is 53 - color contains mainly: blue. Hex color #060035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060035 is #F9FFCA. Grayscale: #070707. Windows color (decimal): -16383947 or 3473414. OLE color: 3473414.

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

Color convert

RGB 6 0 53 -
CMYK 0.89 1 0 0.79
HSL 246.79º 1% 0.1% -
HSV(B) 246.79º 1% 0.21% -
XYZ 0.72 0.3 3.39 -
YUV 7.84 153.49 126.69 -
System Red Green Blue C M Y K H S L
Decimal 6 0 53 0.89 1 0 0.79 246.79 1 0.1
Hex 6 0 35 59 64 0 4F F7 64 A
Octal 6 0 65 131 144 0 117 367 144 12
Binary 110 0 110101 1011001 1100100 0 1001111 11110111 1100100 1010

Color Harmonies of #060035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060035

Black with #060035

Text Example


Text Example

White with #060035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060035; }

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

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

background-color css

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

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

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

border-color css

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

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

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