Html Css Color HEX #010A1B Black Russian

📋 copy color: '#010A1B'

red 1 ◦ green 10 ◦ blue 27

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

Shades of Black Russian #010A1B

Tints of Black Russian #010A1B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 26.32%

 BLUE value IS 27 (10.94% from 255) = 71.05%

R = 2.63%
G = 26.32%
B = 71.05%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#010A1B (or 0x010A1B) is known color: Black Russian. HEX triplet: 01, 0A and 1B. RGB value is (1,10,27). Sum of RGB (Red+Green+Blue) = 1+10+27=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 27 (10.94% from 255 or 71.05% from 38); Max value from RGB is 27 - color contains mainly: blue. Hex color #010A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A1B is #FEF5E4. Grayscale: #090909. Windows color (decimal): -16709093 or 1772033. OLE color: 1772033.

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

Color convert

RGB 1 10 27 -
CMYK 0.96 0.63 0 0.89
HSL 219.23º 0.93% 0.05% -
HSV(B) 219.23º 0.96% 0.11% -
XYZ 0.32 0.3 1.08 -
YUV 9.25 138.02 122.12 -
System Red Green Blue C M Y K H S L
Decimal 1 10 27 0.96 0.63 0 0.89 219.23 0.93 0.05
Hex 1 A 1B 60 3F 0 59 DB 5D 5
Octal 1 12 33 140 77 0 131 333 135 5
Binary 1 1010 11011 1100000 111111 0 1011001 11011011 1011101 101

Color Harmonies of #010A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A1B

Black with #010A1B

Text Example


Text Example

White with #010A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,10,27); }

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

background-color css

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

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

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

border-color css

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

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

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