Html Css Color HEX #01031B Black Russian

📋 copy color: '#01031B'

red 1 ◦ green 3 ◦ blue 27

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

Shades of Black Russian #01031B

Tints of Black Russian #01031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 9.68%

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

R = 3.23%
G = 9.68%
B = 87.1%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01031B (or 0x01031B) is known color: Black Russian. HEX triplet: 01, 03 and 1B. RGB value is (1,3,27). Sum of RGB (Red+Green+Blue) = 1+3+27=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 27 (10.94% from 255 or 87.10% from 31); Max value from RGB is 27 - color contains mainly: blue. Hex color #01031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031B is #FEFCE4. Grayscale: #050505. Windows color (decimal): -16710885 or 1770241. OLE color: 1770241.

HSL color Cylindrical-coordinate representation of color #01031B: hue angle of 235.38º 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 #01031B is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 1 3 27 -
CMYK 0.96 0.89 0 0.89
HSL 235.38º 0.93% 0.05% -
HSV(B) 235.38º 0.96% 0.11% -
XYZ 0.24 0.15 1.05 -
YUV 5.14 140.34 125.05 -
System Red Green Blue C M Y K H S L
Decimal 1 3 27 0.96 0.89 0 0.89 235.38 0.93 0.05
Hex 1 3 1B 60 59 0 59 EB 5D 5
Octal 1 3 33 140 131 0 131 353 135 5
Binary 1 11 11011 1100000 1011001 0 1011001 11101011 1011101 101

Color Harmonies of #01031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01031B

Black with #01031B

Text Example


Text Example

White with #01031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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