Html Css Color HEX #050F2B Black Russian

📋 copy color: '#050F2B'

red 5 ◦ green 15 ◦ blue 43

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

Shades of Black Russian #050F2B

Tints of Black Russian #050F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 23.81%

 BLUE value IS 43 (17.19% from 255) = 68.25%

R = 7.94%
G = 23.81%
B = 68.25%

CMYK

 C value IS 0.88

 M value IS 0.65

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#050F2B (or 0x050F2B) is known color: Black Russian. HEX triplet: 05, 0F and 2B. RGB value is (5,15,43). Sum of RGB (Red+Green+Blue) = 5+15+43=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 15 (6.25% from 255 or 23.81% from 63); Blue value is 43 (17.19% from 255 or 68.25% from 63); Max value from RGB is 43 - color contains mainly: blue. Hex color #050F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050F2B is #FAF0D4. Grayscale: #0F0F0F. Windows color (decimal): -16445653 or 2821893. OLE color: 2821893.

HSL color Cylindrical-coordinate representation of color #050F2B: hue angle of 224.21º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #050F2B is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 5 15 43 -
CMYK 0.88 0.65 0 0.83
HSL 224.21º 0.79% 0.09% -
HSV(B) 224.21º 0.88% 0.17% -
XYZ 0.67 0.55 2.36 -
YUV 15.2 143.69 120.72 -
System Red Green Blue C M Y K H S L
Decimal 5 15 43 0.88 0.65 0 0.83 224.21 0.79 0.09
Hex 5 F 2B 58 41 0 53 E0 4F 9
Octal 5 17 53 130 101 0 123 340 117 11
Binary 101 1111 101011 1011000 1000001 0 1010011 11100000 1001111 1001

Color Harmonies of #050F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050F2B

Black with #050F2B

Text Example


Text Example

White with #050F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050F2B; }

 p { color: rgb(5,15,43); }

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

background-color css

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

 a { background-color: rgb(5,15,43); }

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

border-color css

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

 span { border-color: rgb(5,15,43); }

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