Html Css Color HEX #01071C Black Russian

📋 copy color: '#01071C'

red 1 ◦ green 7 ◦ blue 28

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

Shades of Black Russian #01071C

Tints of Black Russian #01071C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 77.78%

R = 2.78%
G = 19.44%
B = 77.78%

CMYK

 C value IS 0.96

 M value IS 0.75

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#01071C (or 0x01071C) is known color: Black Russian. HEX triplet: 01, 07 and 1C. RGB value is (1,7,28). Sum of RGB (Red+Green+Blue) = 1+7+28=36 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.78% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 28 (11.33% from 255 or 77.78% from 36); Max value from RGB is 28 - color contains mainly: blue. Hex color #01071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01071C is #FEF8E3. Grayscale: #070707. Windows color (decimal): -16709860 or 1836801. OLE color: 1836801.

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

Color convert

RGB 1 7 28 -
CMYK 0.96 0.75 0 0.89
HSL 226.67º 0.93% 0.06% -
HSV(B) 226.67º 0.96% 0.11% -
XYZ 0.3 0.24 1.13 -
YUV 7.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 1 7 28 0.96 0.75 0 0.89 226.67 0.93 0.06
Hex 1 7 1C 60 4B 0 59 E3 5D 6
Octal 1 7 34 140 113 0 131 343 135 6
Binary 1 111 11100 1100000 1001011 0 1011001 11100011 1011101 110

Color Harmonies of #01071C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01071C

Black with #01071C

Text Example


Text Example

White with #01071C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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