Html Css Color HEX #25201F Nero

📋 copy color: '#25201F'

red 37 ◦ green 32 ◦ blue 31

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

Shades of Nero #25201F

Tints of Nero #25201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32%

 BLUE value IS 31 (12.5% from 255) = 31%

R = 37%
G = 32%
B = 31%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#25201F (or 0x25201F) is known color: Nero. HEX triplet: 25, 20 and 1F. RGB value is (37,32,31). Sum of RGB (Red+Green+Blue) = 37+32+31=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 37 - color contains mainly: red. Hex color #25201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25201F is #DADFE0. Grayscale: #212121. Windows color (decimal): -14344161 or 2039845. OLE color: 2039845.

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

Color convert

RGB 37 32 31 -
CMYK 0 0.14 0.16 0.85
HSL 10º 0.09% 0.13% -
HSV(B) 10º 0.16% 0.15% -
XYZ 1.53 1.53 1.51 -
YUV 33.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 37 32 31 0 0.14 0.16 0.85 10 0.09 0.13
Hex 25 20 1F 0 E 10 55 A 9 D
Octal 45 40 37 0 16 20 125 12 11 15
Binary 100101 100000 11111 0 1110 10000 1010101 1010 1001 1101

Color Harmonies of #25201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25201F

Black with #25201F

Text Example


Text Example

White with #25201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25201F; }

 p { color: rgb(37,32,31); }

 H1.HeaderClassName
 {
   color: #25201F;
 }
 .AnyTagClassName
 {
   color: #25201F;
 }
</style>

background-color css

<style>
 a { background-color: #25201F; }

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

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

border-color css

<style>
 span { border-color: #25201F; }

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

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