Html Css Color HEX #01071A Black Russian

📋 copy color: '#01071A'

red 1 ◦ green 7 ◦ blue 26

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

Shades of Black Russian #01071A

Tints of Black Russian #01071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 20.59%

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

R = 2.94%
G = 20.59%
B = 76.47%

CMYK

 C value IS 0.96

 M value IS 0.73

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#01071A (or 0x01071A) is known color: Black Russian. HEX triplet: 01, 07 and 1A. RGB value is (1,7,26). Sum of RGB (Red+Green+Blue) = 1+7+26=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 7 (3.12% from 255 or 20.59% from 34); Blue value is 26 (10.55% from 255 or 76.47% from 34); Max value from RGB is 26 - color contains mainly: blue. Hex color #01071A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01071A is #FEF8E5. Grayscale: #070707. Windows color (decimal): -16709862 or 1705729. OLE color: 1705729.

HSL color Cylindrical-coordinate representation of color #01071A: hue angle of 225.6º 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 #01071A is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 1 7 26 -
CMYK 0.96 0.73 0 0.90
HSL 225.6º 0.93% 0.05% -
HSV(B) 225.6º 0.96% 0.1% -
XYZ 0.27 0.23 1.01 -
YUV 7.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 1 7 26 0.96 0.73 0 0.90 225.6 0.93 0.05
Hex 1 7 1A 60 49 0 5A E2 5D 5
Octal 1 7 32 140 111 0 132 342 135 5
Binary 1 111 11010 1100000 1001001 0 1011010 11100010 1011101 101

Color Harmonies of #01071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01071A

Black with #01071A

Text Example


Text Example

White with #01071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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