Html Css Color HEX #010B1D Black Russian

📋 copy color: '#010B1D'

red 1 ◦ green 11 ◦ blue 29

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

Shades of Black Russian #010B1D

Tints of Black Russian #010B1D

RGB

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

 GREEN value IS 11 (4.69% from 255) = 26.83%

 BLUE value IS 29 (11.72% from 255) = 70.73%

R = 2.44%
G = 26.83%
B = 70.73%

CMYK

 C value IS 0.97

 M value IS 0.62

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#010B1D (or 0x010B1D) is known color: Black Russian. HEX triplet: 01, 0B and 1D. RGB value is (1,11,29). Sum of RGB (Red+Green+Blue) = 1+11+29=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 11 (4.69% from 255 or 26.83% from 41); Blue value is 29 (11.72% from 255 or 70.73% from 41); Max value from RGB is 29 - color contains mainly: blue. Hex color #010B1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010B1D is #FEF4E2. Grayscale: #090909. Windows color (decimal): -16708835 or 1903361. OLE color: 1903361.

HSL color Cylindrical-coordinate representation of color #010B1D: hue angle of 218.57º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010B1D is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 11 29 -
CMYK 0.97 0.62 0 0.89
HSL 218.57º 0.93% 0.06% -
HSV(B) 218.57º 0.97% 0.11% -
XYZ 0.35 0.33 1.21 -
YUV 10.06 138.69 121.54 -
System Red Green Blue C M Y K H S L
Decimal 1 11 29 0.97 0.62 0 0.89 218.57 0.93 0.06
Hex 1 B 1D 61 3E 0 59 DB 5D 6
Octal 1 13 35 141 76 0 131 333 135 6
Binary 1 1011 11101 1100001 111110 0 1011001 11011011 1011101 110

Color Harmonies of #010B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010B1D

Black with #010B1D

Text Example


Text Example

White with #010B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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