Html Css Color HEX #010523 Black Russian

📋 copy color: '#010523'

red 1 ◦ green 5 ◦ blue 35

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

Shades of Black Russian #010523

Tints of Black Russian #010523

RGB

 RED value IS 1 (0.78% from 255) = 2.44%

 GREEN value IS 5 (2.34% from 255) = 12.2%

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

R = 2.44%
G = 12.2%
B = 85.37%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#010523 (or 0x010523) is known color: Black Russian. HEX triplet: 01, 05 and 23. RGB value is (1,5,35). Sum of RGB (Red+Green+Blue) = 1+5+35=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 35 (14.06% from 255 or 85.37% from 41); Max value from RGB is 35 - color contains mainly: blue. Hex color #010523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010523 is #FEFADC. Grayscale: #070707. Windows color (decimal): -16710365 or 2295041. OLE color: 2295041.

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

Color convert

RGB 1 5 35 -
CMYK 0.97 0.86 0 0.86
HSL 232.94º 0.94% 0.07% -
HSV(B) 232.94º 0.97% 0.14% -
XYZ 0.37 0.24 1.62 -
YUV 7.22 143.67 123.56 -
System Red Green Blue C M Y K H S L
Decimal 1 5 35 0.97 0.86 0 0.86 232.94 0.94 0.07
Hex 1 5 23 61 56 0 56 E9 5E 7
Octal 1 5 43 141 126 0 126 351 136 7
Binary 1 101 100011 1100001 1010110 0 1010110 11101001 1011110 111

Color Harmonies of #010523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010523

Black with #010523

Text Example


Text Example

White with #010523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010523; }

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

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

background-color css

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

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

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

border-color css

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

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

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