#1C1F2D

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

Shades of Black Russian #1C1F2D

Tints of Black Russian #1C1F2D

Color information

#1C1F2D (or 0x1C1F2D) is unknown color: approx Black Russian. HEX triplet: 1C, 1F and 2D. RGB value is (28,31,45). Sum of RGB (Red+Green+Blue) = 28+31+45=104 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.92% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #1C1F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1F2D is #E3E0D2. Grayscale: #1F1F1F. Windows color (decimal): -14934227 or 2957084. OLE color: 2957084.

HSL color Cylindrical-coordinate representation of color #1C1F2D: hue angle of 229.41º degrees, saturation: 0.23, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1C1F2D is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB283145-
CMYK0.380.3100.82
HSL229.41º23.29%14.31%-
HSV(B)229.41º37.78%17.65%-
XYZ1.441.422.68-
YUV31.7135.51125.36-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 26.92%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=26.92%
G=29.81%
B=43.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2831450.380.3100.82229.4123.2914.31
Hex1C1F2D261F052e517e
Octal343755463701223452716
Binary1110011111101101100110111110101001011100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,31,45); }

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

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

 a { background-color: rgb(28,31,45); }

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

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

 span { border-color: rgb(28,31,45); }

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