Html Css Color HEX #050C23 Black Russian

📋 copy color: '#050C23'

red 5 ◦ green 12 ◦ blue 35

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

Shades of Black Russian #050C23

Tints of Black Russian #050C23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 67.31%

R = 9.62%
G = 23.08%
B = 67.31%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050C23 (or 0x050C23) is known color: Black Russian. HEX triplet: 05, 0C and 23. RGB value is (5,12,35). Sum of RGB (Red+Green+Blue) = 5+12+35=52 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.62% from 52); Green value is 12 (5.08% from 255 or 23.08% from 52); Blue value is 35 (14.06% from 255 or 67.31% from 52); Max value from RGB is 35 - color contains mainly: blue. Hex color #050C23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050C23 is #FAF3DC. Grayscale: #0C0C0C. Windows color (decimal): -16446429 or 2296837. OLE color: 2296837.

HSL color Cylindrical-coordinate representation of color #050C23: hue angle of 226º degrees, saturation: 0.75, 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 #050C23 is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 12 35 -
CMYK 0.86 0.66 0 0.86
HSL 226º 0.75% 0.08% -
HSV(B) 226º 0.86% 0.14% -
XYZ 0.5 0.42 1.64 -
YUV 12.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 5 12 35 0.86 0.66 0 0.86 226 0.75 0.08
Hex 5 C 23 56 42 0 56 E2 4B 8
Octal 5 14 43 126 102 0 126 342 113 10
Binary 101 1100 100011 1010110 1000010 0 1010110 11100010 1001011 1000

Color Harmonies of #050C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C23

Black with #050C23

Text Example


Text Example

White with #050C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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