#010B23

Color #010B23 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #010B23

Tints of Black Russian #010B23

Color information

#010B23 (or 0x010B23) is unknown color: approx Black Russian. HEX triplet: 01, 0B and 23. RGB value is (1,11,35). Sum of RGB (Red+Green+Blue) = 1+11+35=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 11 (4.69% from 255 or 23.40% from 47); Blue value is 35 (14.06% from 255 or 74.47% from 47); Max value from RGB is 35 - color contains mainly: blue. Hex color #010B23 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B23 is #FEF4DC. Grayscale: #0A0A0A. Windows color (decimal): -16708829 or 2296577. OLE color: 2296577.

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

Color convert

RGB11135-
CMYK0.970.6900.86
HSL222.35º94.44%7.06%-
HSV(B)222.35º97.14%13.73%-
XYZ0.440.371.64-
YUV10.75141.69121.05-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 11 (4.69% from 255) = 23.40%
BLUE value IS 35 (14.06% from 255) = 74.47%
R=2.13%
G=23.40%
B=74.47%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal111350.970.6900.86222.3594.447.06
Hex1B236145056de5e7
Octal1134314110501263361367
Binary110111000111100001100010101010110110111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010B23; }

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

 H1.HeaderClassName
 {
   color: #010B23;
 }
 .AnyTagClassName
 {
   color: #010B23;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #010B23;
 }
 .BgClassName
 {
   background-color: #010B23;
 }
</style>
border-color css

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

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

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