Html Css Color HEX #061128 Black Russian

📋 copy color: '#061128'

red 6 ◦ green 17 ◦ blue 40

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

Shades of Black Russian #061128

Tints of Black Russian #061128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.98%

 BLUE value IS 40 (16.02% from 255) = 63.49%

R = 9.52%
G = 26.98%
B = 63.49%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061128 (or 0x061128) is known color: Black Russian. HEX triplet: 06, 11 and 28. RGB value is (6,17,40). Sum of RGB (Red+Green+Blue) = 6+17+40=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 17 (7.03% from 255 or 26.98% from 63); Blue value is 40 (16.02% from 255 or 63.49% from 63); Max value from RGB is 40 - color contains mainly: blue. Hex color #061128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061128 is #F9EED7. Grayscale: #101010. Windows color (decimal): -16379608 or 2625798. OLE color: 2625798.

HSL color Cylindrical-coordinate representation of color #061128: hue angle of 220.59º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #061128 is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 17 40 -
CMYK 0.85 0.57 0 0.84
HSL 220.59º 0.74% 0.09% -
HSV(B) 220.59º 0.85% 0.16% -
XYZ 0.66 0.59 2.09 -
YUV 16.33 141.36 120.63 -
System Red Green Blue C M Y K H S L
Decimal 6 17 40 0.85 0.57 0 0.84 220.59 0.74 0.09
Hex 6 11 28 55 39 0 54 DD 4A 9
Octal 6 21 50 125 71 0 124 335 112 11
Binary 110 10001 101000 1010101 111001 0 1010100 11011101 1001010 1001

Color Harmonies of #061128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061128

Black with #061128

Text Example


Text Example

White with #061128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061128; }

 p { color: rgb(6,17,40); }

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

background-color css

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

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

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

border-color css

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

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

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