Html Css Color HEX #050630 Black Russian

📋 copy color: '#050630'

red 5 ◦ green 6 ◦ blue 48

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

Shades of Black Russian #050630

Tints of Black Russian #050630

RGB

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

 GREEN value IS 6 (2.73% from 255) = 10.17%

 BLUE value IS 48 (19.14% from 255) = 81.36%

R = 8.47%
G = 10.17%
B = 81.36%

CMYK

 C value IS 0.90

 M value IS 0.87

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#050630 (or 0x050630) is known color: Black Russian. HEX triplet: 05, 06 and 30. RGB value is (5,6,48). Sum of RGB (Red+Green+Blue) = 5+6+48=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 6 (2.73% from 255 or 10.17% from 59); Blue value is 48 (19.14% from 255 or 81.36% from 59); Max value from RGB is 48 - color contains mainly: blue. Hex color #050630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050630 is #FAF9CF. Grayscale: #0A0A0A. Windows color (decimal): -16447952 or 3147269. OLE color: 3147269.

HSL color Cylindrical-coordinate representation of color #050630: hue angle of 238.6º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #050630 is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 6 48 -
CMYK 0.90 0.87 0 0.81
HSL 238.6º 0.81% 0.1% -
HSV(B) 238.6º 0.9% 0.19% -
XYZ 0.66 0.38 2.83 -
YUV 10.49 149.17 124.08 -
System Red Green Blue C M Y K H S L
Decimal 5 6 48 0.90 0.87 0 0.81 238.6 0.81 0.1
Hex 5 6 30 5A 57 0 51 EF 51 A
Octal 5 6 60 132 127 0 121 357 121 12
Binary 101 110 110000 1011010 1010111 0 1010001 11101111 1010001 1010

Color Harmonies of #050630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050630

Black with #050630

Text Example


Text Example

White with #050630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050630; }

 p { color: rgb(5,6,48); }

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

background-color css

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

 a { background-color: rgb(5,6,48); }

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

border-color css

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

 span { border-color: rgb(5,6,48); }

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