Html Css Color HEX #060630 Black Russian

📋 copy color: '#060630'

red 6 ◦ green 6 ◦ blue 48

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

Shades of Black Russian #060630

Tints of Black Russian #060630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10%

 BLUE value IS 48 (19.14% from 255) = 80%

R = 10%
G = 10%
B = 80%

CMYK

 C value IS 0.87

 M value IS 0.87

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#060630 (or 0x060630) is known color: Black Russian. HEX triplet: 06, 06 and 30. RGB value is (6,6,48). Sum of RGB (Red+Green+Blue) = 6+6+48=60 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #060630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060630 is #F9F9CF. Grayscale: #0A0A0A. Windows color (decimal): -16382416 or 3147270. OLE color: 3147270.

HSL color Cylindrical-coordinate representation of color #060630: hue angle of 240º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060630 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 6 48 -
CMYK 0.87 0.87 0 0.81
HSL 240º 0.78% 0.11% -
HSV(B) 240º 0.88% 0.19% -
XYZ 0.67 0.38 2.83 -
YUV 10.79 149 124.58 -
System Red Green Blue C M Y K H S L
Decimal 6 6 48 0.87 0.87 0 0.81 240 0.78 0.11
Hex 6 6 30 57 57 0 51 F0 4E B
Octal 6 6 60 127 127 0 121 360 116 13
Binary 110 110 110000 1010111 1010111 0 1010001 11110000 1001110 1011

Color Harmonies of #060630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060630

Black with #060630

Text Example


Text Example

White with #060630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060630; }

 p { color: rgb(6,6,48); }

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

background-color css

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

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

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

border-color css

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

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

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