Html Css Color HEX #010123 Black Russian

📋 copy color: '#010123'

red 1 ◦ green 1 ◦ blue 35

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

Shades of Black Russian #010123

Tints of Black Russian #010123

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.7%

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

R = 2.7%
G = 2.7%
B = 94.59%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#010123 (or 0x010123) is known color: Black Russian. HEX triplet: 01, 01 and 23. RGB value is (1,1,35). Sum of RGB (Red+Green+Blue) = 1+1+35=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 35 (14.06% from 255 or 94.59% from 37); Max value from RGB is 35 - color contains mainly: blue. Hex color #010123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010123 is #FEFEDC. Grayscale: #040404. Windows color (decimal): -16711389 or 2294017. OLE color: 2294017.

HSL color Cylindrical-coordinate representation of color #010123: hue angle of 240º 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 #010123 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 1 1 35 -
CMYK 0.97 0.97 0 0.86
HSL 240º 0.94% 0.07% -
HSV(B) 240º 0.97% 0.14% -
XYZ 0.33 0.15 1.6 -
YUV 4.88 145 125.24 -
System Red Green Blue C M Y K H S L
Decimal 1 1 35 0.97 0.97 0 0.86 240 0.94 0.07
Hex 1 1 23 61 61 0 56 F0 5E 7
Octal 1 1 43 141 141 0 126 360 136 7
Binary 1 1 100011 1100001 1100001 0 1010110 11110000 1011110 111

Color Harmonies of #010123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010123

Black with #010123

Text Example


Text Example

White with #010123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010123; }

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

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

background-color css

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

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

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

border-color css

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

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

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