Html Css Color HEX #050A2D Black Russian

📋 copy color: '#050A2D'

red 5 ◦ green 10 ◦ blue 45

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

Shades of Black Russian #050A2D

Tints of Black Russian #050A2D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 16.67%

 BLUE value IS 45 (17.97% from 255) = 75%

R = 8.33%
G = 16.67%
B = 75%

CMYK

 C value IS 0.89

 M value IS 0.78

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#050A2D (or 0x050A2D) is known color: Black Russian. HEX triplet: 05, 0A and 2D. RGB value is (5,10,45). Sum of RGB (Red+Green+Blue) = 5+10+45=60 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 45 (17.97% from 255 or 75% from 60); Max value from RGB is 45 - color contains mainly: blue. Hex color #050A2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050A2D is #FAF5D2. Grayscale: #0C0C0C. Windows color (decimal): -16446931 or 2951685. OLE color: 2951685.

HSL color Cylindrical-coordinate representation of color #050A2D: hue angle of 232.5º 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 #050A2D is Cyan = 0.89, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 5 10 45 -
CMYK 0.89 0.78 0 0.82
HSL 232.5º 0.8% 0.1% -
HSV(B) 232.5º 0.89% 0.18% -
XYZ 0.64 0.44 2.53 -
YUV 12.5 146.34 122.65 -
System Red Green Blue C M Y K H S L
Decimal 5 10 45 0.89 0.78 0 0.82 232.5 0.8 0.1
Hex 5 A 2D 59 4E 0 52 E8 50 A
Octal 5 12 55 131 116 0 122 350 120 12
Binary 101 1010 101101 1011001 1001110 0 1010010 11101000 1010000 1010

Color Harmonies of #050A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050A2D

Black with #050A2D

Text Example


Text Example

White with #050A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,10,45); }

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

background-color css

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

 a { background-color: rgb(5,10,45); }

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

border-color css

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

 span { border-color: rgb(5,10,45); }

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