Html Css Color HEX #251D1D Nero

📋 copy color: '#251D1D'

red 37 ◦ green 29 ◦ blue 29

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

Shades of Nero #251D1D

Tints of Nero #251D1D

RGB

 RED value IS 37 (14.84% from 255) = 38.95%

 GREEN value IS 29 (11.72% from 255) = 30.53%

 BLUE value IS 29 (11.72% from 255) = 30.53%

R = 38.95%
G = 30.53%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#251D1D (or 0x251D1D) is known color: Nero. HEX triplet: 25, 1D and 1D. RGB value is (37,29,29). Sum of RGB (Red+Green+Blue) = 37+29+29=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 37 - color contains mainly: red. Hex color #251D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D1D is #DAE2E2. Grayscale: #1F1F1F. Windows color (decimal): -14344931 or 1908005. OLE color: 1908005.

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

Color convert

RGB 37 29 29 -
CMYK 0 0.22 0.22 0.85
HSL 0.12% 0.13% -
HSV(B) 0.22% 0.15% -
XYZ 1.42 1.36 1.35 -
YUV 31.39 126.65 132 -
System Red Green Blue C M Y K H S L
Decimal 37 29 29 0 0.22 0.22 0.85 0 0.12 0.13
Hex 25 1D 1D 0 16 16 55 0 C D
Octal 45 35 35 0 26 26 125 0 14 15
Binary 100101 11101 11101 0 10110 10110 1010101 0 1100 1101

Color Harmonies of #251D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251D1D

Black with #251D1D

Text Example


Text Example

White with #251D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #251D1D;
 }
 .AnyTagClassName
 {
   color: #251D1D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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