Html Css Color HEX #050030 Black Russian

📋 copy color: '#050030'

red 5 ◦ green 0 ◦ blue 48

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

Shades of Black Russian #050030

Tints of Black Russian #050030

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.43%
G = 0%
B = 90.57%

CMYK

 C value IS 0.90

 M value IS 1

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#050030 (or 0x050030) is known color: Black Russian. HEX triplet: 05, 00 and 30. RGB value is (5,0,48). Sum of RGB (Red+Green+Blue) = 5+0+48=53 (7% of max value = 765). Red value is 5 (2.34% from 255 or 9.43% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 48 (19.14% from 255 or 90.57% from 53); Max value from RGB is 48 - color contains mainly: blue. Hex color #050030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050030 is #FAFFCF. Grayscale: #060606. Windows color (decimal): -16449488 or 3145733. OLE color: 3145733.

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

Color convert

RGB 5 0 48 -
CMYK 0.90 1 0 0.81
HSL 246.25º 1% 0.09% -
HSV(B) 246.25º 1% 0.19% -
XYZ 0.6 0.25 2.81 -
YUV 6.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 5 0 48 0.90 1 0 0.81 246.25 1 0.09
Hex 5 0 30 5A 64 0 51 F6 64 9
Octal 5 0 60 132 144 0 121 366 144 11
Binary 101 0 110000 1011010 1100100 0 1010001 11110110 1100100 1001

Color Harmonies of #050030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050030

Black with #050030

Text Example


Text Example

White with #050030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050030; }

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

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

background-color css

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

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

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

border-color css

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

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

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