#251C1C

Color #251C1C Nero (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nero #251C1C

Tints of Nero #251C1C

Color information

#251C1C (or 0x251C1C) is unknown color: approx Nero. HEX triplet: 25, 1C and 1C. RGB value is (37,28,28). Sum of RGB (Red+Green+Blue) = 37+28+28=93 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.78% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 28 (11.33% from 255 or 30.11% from 93); Max value from RGB is 37 - color contains mainly: red. Hex color #251C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251C1C is #DAE3E3. Grayscale: #1E1E1E. Windows color (decimal): -14345188 or 1842213. OLE color: 1842213.

HSL color Cylindrical-coordinate representation of color #251C1C: hue angle of 0º degrees, saturation: 0.14, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #251C1C is Cyan = 0, Magento = 0.24, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB372828-
CMYK00.240.240.85
HSL13.85%12.75%-
HSV(B)24.32%14.51%-
XYZ1.391.311.28-
YUV30.69126.48132.5-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.78%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 28 (11.33% from 255) = 30.11%
R=39.78%
G=30.11%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37282800.240.240.85013.8512.75
Hex251C1C01818550ed
Octal4534340303012501615
Binary1001011110011100011000110001010101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251C1C; }

 p { color: rgb(37,28,28); }

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

<style>
 a { background-color: #251C1C; }

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

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

<style>
 span { border-color: #251C1C; }

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

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