Html Css Color HEX #05091F Black Russian

📋 copy color: '#05091F'

red 5 ◦ green 9 ◦ blue 31

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

Shades of Black Russian #05091F

Tints of Black Russian #05091F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20%

 BLUE value IS 31 (12.5% from 255) = 68.89%

R = 11.11%
G = 20%
B = 68.89%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#05091F (or 0x05091F) is known color: Black Russian. HEX triplet: 05, 09 and 1F. RGB value is (5,9,31). Sum of RGB (Red+Green+Blue) = 5+9+31=45 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.11% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 31 (12.5% from 255 or 68.89% from 45); Max value from RGB is 31 - color contains mainly: blue. Hex color #05091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05091F is #FAF6E0. Grayscale: #0A0A0A. Windows color (decimal): -16447201 or 2033925. OLE color: 2033925.

HSL color Cylindrical-coordinate representation of color #05091F: hue angle of 230.77º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #05091F is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 9 31 -
CMYK 0.84 0.71 0 0.88
HSL 230.77º 0.72% 0.07% -
HSV(B) 230.77º 0.84% 0.12% -
XYZ 0.41 0.33 1.34 -
YUV 10.31 139.67 124.21 -
System Red Green Blue C M Y K H S L
Decimal 5 9 31 0.84 0.71 0 0.88 230.77 0.72 0.07
Hex 5 9 1F 54 47 0 58 E7 48 7
Octal 5 11 37 124 107 0 130 347 110 7
Binary 101 1001 11111 1010100 1000111 0 1011000 11100111 1001000 111

Color Harmonies of #05091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05091F

Black with #05091F

Text Example


Text Example

White with #05091F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05091F; }

 p { color: rgb(5,9,31); }

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

background-color css

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

 a { background-color: rgb(5,9,31); }

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

border-color css

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

 span { border-color: rgb(5,9,31); }

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