Html Css Color HEX #050C2C Black Russian

📋 copy color: '#050C2C'

red 5 ◦ green 12 ◦ blue 44

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

Shades of Black Russian #050C2C

Tints of Black Russian #050C2C

RGB

 RED value IS 5 (2.34% from 255) = 8.2%

 GREEN value IS 12 (5.08% from 255) = 19.67%

 BLUE value IS 44 (17.58% from 255) = 72.13%

R = 8.2%
G = 19.67%
B = 72.13%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#050C2C (or 0x050C2C) is known color: Black Russian. HEX triplet: 05, 0C and 2C. RGB value is (5,12,44). Sum of RGB (Red+Green+Blue) = 5+12+44=61 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.20% from 61); Green value is 12 (5.08% from 255 or 19.67% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #050C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C2C is #FAF3D3. Grayscale: #0D0D0D. Windows color (decimal): -16446420 or 2886661. OLE color: 2886661.

HSL color Cylindrical-coordinate representation of color #050C2C: hue angle of 229.23º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #050C2C is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 12 44 -
CMYK 0.89 0.73 0 0.83
HSL 229.23º 0.8% 0.1% -
HSV(B) 229.23º 0.89% 0.17% -
XYZ 0.65 0.48 2.44 -
YUV 13.56 145.18 121.9 -
System Red Green Blue C M Y K H S L
Decimal 5 12 44 0.89 0.73 0 0.83 229.23 0.8 0.1
Hex 5 C 2C 59 49 0 53 E5 50 A
Octal 5 14 54 131 111 0 123 345 120 12
Binary 101 1100 101100 1011001 1001001 0 1010011 11100101 1010000 1010

Color Harmonies of #050C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C2C

Black with #050C2C

Text Example


Text Example

White with #050C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C2C; }

 p { color: rgb(5,12,44); }

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

background-color css

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

 a { background-color: rgb(5,12,44); }

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

border-color css

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

 span { border-color: rgb(5,12,44); }

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