#1A1F28

Color #1A1F28 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #1A1F28

Tints of Black Russian #1A1F28

Color information

#1A1F28 (or 0x1A1F28) is unknown color: approx Black Russian. HEX triplet: 1A, 1F and 28. RGB value is (26,31,40). Sum of RGB (Red+Green+Blue) = 26+31+40=97 (12% of max value = 765). Red value is 26 (10.55% from 255 or 26.80% from 97); Green value is 31 (12.5% from 255 or 31.96% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #1A1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A1F28 is #E5E0D7. Grayscale: #1E1E1E. Windows color (decimal): -15065304 or 2629402. OLE color: 2629402.

HSL color Cylindrical-coordinate representation of color #1A1F28: hue angle of 218.57º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A1F28 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB263140-
CMYK0.350.2200.84
HSL218.57º21.21%12.94%-
HSV(B)218.57º35%15.69%-
XYZ1.31.352.2-
YUV30.53133.34124.77-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 26.80%
GREEN value IS 31 (12.5% from 255) = 31.96%
BLUE value IS 40 (16.02% from 255) = 41.24%
R=26.80%
G=31.96%
B=41.24%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2631400.350.2200.84218.5721.2112.94
Hex1A1F282316054db15d
Octal323750432601243332515
Binary1101011111101000100011101100101010011011011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A1F28; }

 p { color: rgb(26,31,40); }

 H1.HeaderClassName
 {
   color: #1A1F28;
 }
 .AnyTagClassName
 {
   color: #1A1F28;
 }
</style>
background-color css

<style>
 a { background-color: #1A1F28; }

 a { background-color: rgb(26,31,40); }

 div.DivClassName
 {
   background-color: #1A1F28;
 }
 .BgClassName
 {
   background-color: #1A1F28;
 }
</style>
border-color css

<style>
 span { border-color: #1A1F28; }

 span { border-color: rgb(26,31,40); }

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