Html Css Color HEX #050718 Black Russian

📋 copy color: '#050718'

red 5 ◦ green 7 ◦ blue 24

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

Shades of Black Russian #050718

Tints of Black Russian #050718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 19.44%

 BLUE value IS 24 (9.77% from 255) = 66.67%

R = 13.89%
G = 19.44%
B = 66.67%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#050718 (or 0x050718) is known color: Black Russian. HEX triplet: 05, 07 and 18. RGB value is (5,7,24). Sum of RGB (Red+Green+Blue) = 5+7+24=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #050718 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050718 is #FAF8E7. Grayscale: #080808. Windows color (decimal): -16447720 or 1574661. OLE color: 1574661.

HSL color Cylindrical-coordinate representation of color #050718: hue angle of 233.68º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050718 is Cyan = 0.79, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 7 24 -
CMYK 0.79 0.71 0 0.91
HSL 233.68º 0.66% 0.06% -
HSV(B) 233.68º 0.79% 0.09% -
XYZ 0.3 0.25 0.9 -
YUV 8.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 5 7 24 0.79 0.71 0 0.91 233.68 0.66 0.06
Hex 5 7 18 4F 47 0 5B EA 42 6
Octal 5 7 30 117 107 0 133 352 102 6
Binary 101 111 11000 1001111 1000111 0 1011011 11101010 1000010 110

Color Harmonies of #050718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050718

Black with #050718

Text Example


Text Example

White with #050718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050718; }

 p { color: rgb(5,7,24); }

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

background-color css

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

 a { background-color: rgb(5,7,24); }

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

border-color css

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

 span { border-color: rgb(5,7,24); }

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