Html Css Color HEX #050023 Black Russian

📋 copy color: '#050023'

red 5 ◦ green 0 ◦ blue 35

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

Shades of Black Russian #050023

Tints of Black Russian #050023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 87.5%

R = 12.5%
G = 0%
B = 87.5%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#050023 (or 0x050023) is known color: Black Russian. HEX triplet: 05, 00 and 23. RGB value is (5,0,35). Sum of RGB (Red+Green+Blue) = 5+0+35=40 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 35 (14.06% from 255 or 87.5% from 40); Max value from RGB is 35 - color contains mainly: blue. Hex color #050023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #050023 is #FAFFDC. Grayscale: #050505. Windows color (decimal): -16449501 or 2293765. OLE color: 2293765.

HSL color Cylindrical-coordinate representation of color #050023: hue angle of 248.57º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050023 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 0 35 -
CMYK 0.86 1 0 0.86
HSL 248.57º 1% 0.07% -
HSV(B) 248.57º 1% 0.14% -
XYZ 0.37 0.15 1.6 -
YUV 5.49 144.66 127.65 -
System Red Green Blue C M Y K H S L
Decimal 5 0 35 0.86 1 0 0.86 248.57 1 0.07
Hex 5 0 23 56 64 0 56 F9 64 7
Octal 5 0 43 126 144 0 126 371 144 7
Binary 101 0 100011 1010110 1100100 0 1010110 11111001 1100100 111

Color Harmonies of #050023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050023

Black with #050023

Text Example


Text Example

White with #050023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050023; }

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

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

background-color css

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

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

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

border-color css

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

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

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