#251D1C

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

Shades of Nero #251D1C

Tints of Nero #251D1C

Color information

#251D1C (or 0x251D1C) is unknown color: approx Nero. HEX triplet: 25, 1D and 1C. RGB value is (37,29,28). Sum of RGB (Red+Green+Blue) = 37+29+28=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 37 - color contains mainly: red. Hex color #251D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D1C is #DAE2E3. Grayscale: #1F1F1F. Windows color (decimal): -14344932 or 1842469. OLE color: 1842469.

HSL color Cylindrical-coordinate representation of color #251D1C: hue angle of 6.67º 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 #251D1C is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB372928-
CMYK00.220.240.85
HSL6.67º13.85%12.75%-
HSV(B)6.67º24.32%14.51%-
XYZ1.411.361.29-
YUV31.28126.15132.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 39.36%
GREEN value IS 29 (11.72% from 255) = 30.85%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=39.36%
G=30.85%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37292800.220.240.856.6713.8512.75
Hex251D1C01618557ed
Octal4535340263012571615
Binary100101111011110001011011000101010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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