Html Css Color HEX #061129 Black Russian

📋 copy color: '#061129'

red 6 ◦ green 17 ◦ blue 41

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

Shades of Black Russian #061129

Tints of Black Russian #061129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 64.06%

R = 9.38%
G = 26.56%
B = 64.06%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#061129 (or 0x061129) is known color: Black Russian. HEX triplet: 06, 11 and 29. RGB value is (6,17,41). Sum of RGB (Red+Green+Blue) = 6+17+41=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 41 (16.41% from 255 or 64.06% from 64); Max value from RGB is 41 - color contains mainly: blue. Hex color #061129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061129 is #F9EED6. Grayscale: #101010. Windows color (decimal): -16379607 or 2691334. OLE color: 2691334.

HSL color Cylindrical-coordinate representation of color #061129: hue angle of 221.14º 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 #061129 is Cyan = 0.85, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 6 17 41 -
CMYK 0.85 0.59 0 0.84
HSL 221.14º 0.74% 0.09% -
HSV(B) 221.14º 0.85% 0.16% -
XYZ 0.68 0.6 2.18 -
YUV 16.45 141.86 120.55 -
System Red Green Blue C M Y K H S L
Decimal 6 17 41 0.85 0.59 0 0.84 221.14 0.74 0.09
Hex 6 11 29 55 3B 0 54 DD 4A 9
Octal 6 21 51 125 73 0 124 335 112 11
Binary 110 10001 101001 1010101 111011 0 1010100 11011101 1001010 1001

Color Harmonies of #061129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061129

Black with #061129

Text Example


Text Example

White with #061129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061129; }

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

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

background-color css

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

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

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

border-color css

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

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

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