Html Css Color HEX #251D1C Nero

📋 copy color: '#251D1C'

red 37 ◦ green 29 ◦ blue 28

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

Shades of Nero #251D1C

Tints of Nero #251D1C

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 value IS 0

 M value IS 0.22

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#251D1C (or 0x251D1C) is known color: 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

RGB 37 29 28 -
CMYK 0 0.22 0.24 0.85
HSL 6.67º 0.14% 0.13% -
HSV(B) 6.67º 0.24% 0.15% -
XYZ 1.41 1.36 1.29 -
YUV 31.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 37 29 28 0 0.22 0.24 0.85 6.67 0.14 0.13
Hex 25 1D 1C 0 16 18 55 7 E D
Octal 45 35 34 0 26 30 125 7 16 15
Binary 100101 11101 11100 0 10110 11000 1010101 111 1110 1101

Color Harmonies of #251D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D1C

Black with #251D1C

Text Example


Text Example

White with #251D1C

Text Example


Text Example

HTML Codes & Css Web 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>