Html Css Color HEX #05092E Black Russian

📋 copy color: '#05092E'

red 5 ◦ green 9 ◦ blue 46

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

Shades of Black Russian #05092E

Tints of Black Russian #05092E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 76.67%

R = 8.33%
G = 15%
B = 76.67%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#05092E (or 0x05092E) is known color: Black Russian. HEX triplet: 05, 09 and 2E. RGB value is (5,9,46). Sum of RGB (Red+Green+Blue) = 5+9+46=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 9 (3.91% from 255 or 15% from 60); Blue value is 46 (18.36% from 255 or 76.67% from 60); Max value from RGB is 46 - color contains mainly: blue. Hex color #05092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05092E is #FAF6D1. Grayscale: #0B0B0B. Windows color (decimal): -16447186 or 3016965. OLE color: 3016965.

HSL color Cylindrical-coordinate representation of color #05092E: hue angle of 234.15º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05092E is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 9 46 -
CMYK 0.89 0.80 0 0.82
HSL 234.15º 0.8% 0.1% -
HSV(B) 234.15º 0.89% 0.18% -
XYZ 0.65 0.42 2.63 -
YUV 12.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 5 9 46 0.89 0.80 0 0.82 234.15 0.8 0.1
Hex 5 9 2E 59 50 0 52 EA 50 A
Octal 5 11 56 131 120 0 122 352 120 12
Binary 101 1001 101110 1011001 1010000 0 1010010 11101010 1010000 1010

Color Harmonies of #05092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05092E

Black with #05092E

Text Example


Text Example

White with #05092E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05092E; }

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

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

background-color css

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

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

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

border-color css

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

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

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