Html Css Color HEX #010A1F Black Russian

📋 copy color: '#010A1F'

red 1 ◦ green 10 ◦ blue 31

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

Shades of Black Russian #010A1F

Tints of Black Russian #010A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 73.81%

R = 2.38%
G = 23.81%
B = 73.81%

CMYK

 C value IS 0.97

 M value IS 0.68

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#010A1F (or 0x010A1F) is known color: Black Russian. HEX triplet: 01, 0A and 1F. RGB value is (1,10,31). Sum of RGB (Red+Green+Blue) = 1+10+31=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 10 (4.30% from 255 or 23.81% from 42); Blue value is 31 (12.5% from 255 or 73.81% from 42); Max value from RGB is 31 - color contains mainly: blue. Hex color #010A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A1F is #FEF5E0. Grayscale: #090909. Windows color (decimal): -16709089 or 2034177. OLE color: 2034177.

HSL color Cylindrical-coordinate representation of color #010A1F: hue angle of 222º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010A1F is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 1 10 31 -
CMYK 0.97 0.68 0 0.88
HSL 222º 0.94% 0.06% -
HSV(B) 222º 0.97% 0.12% -
XYZ 0.37 0.32 1.34 -
YUV 9.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 1 10 31 0.97 0.68 0 0.88 222 0.94 0.06
Hex 1 A 1F 61 44 0 58 DE 5E 6
Octal 1 12 37 141 104 0 130 336 136 6
Binary 1 1010 11111 1100001 1000100 0 1011000 11011110 1011110 110

Color Harmonies of #010A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010A1F

Black with #010A1F

Text Example


Text Example

White with #010A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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