Html Css Color HEX #01031A Black Russian

📋 copy color: '#01031A'

red 1 ◦ green 3 ◦ blue 26

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

Shades of Black Russian #01031A

Tints of Black Russian #01031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 86.67%

R = 3.33%
G = 10%
B = 86.67%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#01031A (or 0x01031A) is known color: Black Russian. HEX triplet: 01, 03 and 1A. RGB value is (1,3,26). Sum of RGB (Red+Green+Blue) = 1+3+26=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 3 (1.56% from 255 or 10% from 30); Blue value is 26 (10.55% from 255 or 86.67% from 30); Max value from RGB is 26 - color contains mainly: blue. Hex color #01031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01031A is #FEFCE5. Grayscale: #040404. Windows color (decimal): -16710886 or 1704705. OLE color: 1704705.

HSL color Cylindrical-coordinate representation of color #01031A: hue angle of 235.2º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01031A is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 3 26 -
CMYK 0.96 0.88 0 0.90
HSL 235.2º 0.93% 0.05% -
HSV(B) 235.2º 0.96% 0.1% -
XYZ 0.23 0.15 0.99 -
YUV 5.02 139.84 125.13 -
System Red Green Blue C M Y K H S L
Decimal 1 3 26 0.96 0.88 0 0.90 235.2 0.93 0.05
Hex 1 3 1A 60 58 0 5A EB 5D 5
Octal 1 3 32 140 130 0 132 353 135 5
Binary 1 11 11010 1100000 1011000 0 1011010 11101011 1011101 101

Color Harmonies of #01031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01031A

Black with #01031A

Text Example


Text Example

White with #01031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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