Html Css Color HEX #050C24 Black Russian

📋 copy color: '#050C24'

red 5 ◦ green 12 ◦ blue 36

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

Shades of Black Russian #050C24

Tints of Black Russian #050C24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 67.92%

R = 9.43%
G = 22.64%
B = 67.92%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050C24 (or 0x050C24) is known color: Black Russian. HEX triplet: 05, 0C and 24. RGB value is (5,12,36). Sum of RGB (Red+Green+Blue) = 5+12+36=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #050C24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C24 is #FAF3DB. Grayscale: #0C0C0C. Windows color (decimal): -16446428 or 2362373. OLE color: 2362373.

HSL color Cylindrical-coordinate representation of color #050C24: hue angle of 226.45º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #050C24 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 12 36 -
CMYK 0.86 0.67 0 0.86
HSL 226.45º 0.76% 0.08% -
HSV(B) 226.45º 0.86% 0.14% -
XYZ 0.51 0.42 1.72 -
YUV 12.64 141.18 122.55 -
System Red Green Blue C M Y K H S L
Decimal 5 12 36 0.86 0.67 0 0.86 226.45 0.76 0.08
Hex 5 C 24 56 43 0 56 E2 4C 8
Octal 5 14 44 126 103 0 126 342 114 10
Binary 101 1100 100100 1010110 1000011 0 1010110 11100010 1001100 1000

Color Harmonies of #050C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C24

Black with #050C24

Text Example


Text Example

White with #050C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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