Html Css Color HEX #051025 Black Russian

📋 copy color: '#051025'

red 5 ◦ green 16 ◦ blue 37

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

Shades of Black Russian #051025

Tints of Black Russian #051025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 63.79%

R = 8.62%
G = 27.59%
B = 63.79%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#051025 (or 0x051025) is known color: Black Russian. HEX triplet: 05, 10 and 25. RGB value is (5,16,37). Sum of RGB (Red+Green+Blue) = 5+16+37=58 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.62% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #051025 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051025 is #FAEFDA. Grayscale: #0F0F0F. Windows color (decimal): -16445403 or 2428933. OLE color: 2428933.

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

Color convert

RGB 5 16 37 -
CMYK 0.86 0.57 0 0.85
HSL 219.38º 0.76% 0.08% -
HSV(B) 219.38º 0.86% 0.15% -
XYZ 0.58 0.54 1.82 -
YUV 15.11 140.36 120.79 -
System Red Green Blue C M Y K H S L
Decimal 5 16 37 0.86 0.57 0 0.85 219.38 0.76 0.08
Hex 5 10 25 56 39 0 55 DB 4C 8
Octal 5 20 45 126 71 0 125 333 114 10
Binary 101 10000 100101 1010110 111001 0 1010101 11011011 1001100 1000

Color Harmonies of #051025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051025

Black with #051025

Text Example


Text Example

White with #051025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051025; }

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

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

background-color css

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

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

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

border-color css

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

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

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