#060235

Color #060235 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #060235

Tints of Black Russian #060235

Color information

#060235 (or 0x060235) is unknown color: approx Black Russian. HEX triplet: 06, 02 and 35. RGB value is (6,2,53). Sum of RGB (Red+Green+Blue) = 6+2+53=61 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.84% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 53 (21.09% from 255 or 86.89% from 61); Max value from RGB is 53 - color contains mainly: blue. Hex color #060235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060235 is #F9FDCA. Grayscale: #080808. Windows color (decimal): -16383435 or 3473926. OLE color: 3473926.

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

Color convert

RGB6253-
CMYK0.890.9600.79
HSL244.71º92.73%10.78%-
HSV(B)244.71º96.23%20.78%-
XYZ0.740.343.39-
YUV9.01152.83125.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.84%
GREEN value IS 2 (1.17% from 255) = 3.28%
BLUE value IS 53 (21.09% from 255) = 86.89%
R=9.84%
G=3.28%
B=86.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal62530.890.9600.79244.7192.7310.78
Hex6235596004Ff55db
Octal6265131140011736513513
Binary1101011010110110011100000010011111111010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060235; }

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

 H1.HeaderClassName
 {
   color: #060235;
 }
 .AnyTagClassName
 {
   color: #060235;
 }
</style>
background-color css

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

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

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

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

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

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