Html Css Color HEX #051024 Black Russian

📋 copy color: '#051024'

red 5 ◦ green 16 ◦ blue 36

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

Shades of Black Russian #051024

Tints of Black Russian #051024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 28.07%

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

R = 8.77%
G = 28.07%
B = 63.16%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#051024 (or 0x051024) is known color: Black Russian. HEX triplet: 05, 10 and 24. RGB value is (5,16,36). Sum of RGB (Red+Green+Blue) = 5+16+36=57 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.77% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 36 (14.45% from 255 or 63.16% from 57); Max value from RGB is 36 - color contains mainly: blue. Hex color #051024 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051024 is #FAEFDB. Grayscale: #0E0E0E. Windows color (decimal): -16445404 or 2363397. OLE color: 2363397.

HSL color Cylindrical-coordinate representation of color #051024: hue angle of 218.71º 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 #051024 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 16 36 -
CMYK 0.86 0.56 0 0.86
HSL 218.71º 0.76% 0.08% -
HSV(B) 218.71º 0.86% 0.14% -
XYZ 0.57 0.53 1.74 -
YUV 14.99 139.86 120.87 -
System Red Green Blue C M Y K H S L
Decimal 5 16 36 0.86 0.56 0 0.86 218.71 0.76 0.08
Hex 5 10 24 56 38 0 56 DB 4C 8
Octal 5 20 44 126 70 0 126 333 114 10
Binary 101 10000 100100 1010110 111000 0 1010110 11011011 1001100 1000

Color Harmonies of #051024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051024

Black with #051024

Text Example


Text Example

White with #051024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051024; }

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

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

background-color css

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

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

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

border-color css

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

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

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