Html Css Color HEX #252525 Nero

📋 copy color: '#252525'

red 37 ◦ green 37 ◦ blue 37

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

Shades of Nero #252525

Tints of Nero #252525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.33%

 BLUE value IS 37 (14.84% from 255) = 33.33%

R = 33.33%
G = 33.33%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#252525 (or 0x252525) is known color: Nero. HEX triplet: 25, 25 and 25. RGB value is (37,37,37). Sum of RGB (Red+Green+Blue) = 37+37+37=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 37 (14.84% from 255 or 33.33% from 111); Max value from RGB is 37 - color contains mainly: red, green, blue. Hex color #252525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252525 is #DADADA. Grayscale: #252525. Windows color (decimal): -14342875 or 2434341. OLE color: 2434341.

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

Color convert

RGB 37 37 37 -
CMYK 0 0 0 0.85
HSL 0% 0.15% -
HSV(B) 0% 0.15% -
XYZ 1.76 1.85 2.01 -
YUV 37 128 128 -
System Red Green Blue C M Y K H S L
Decimal 37 37 37 0 0 0 0.85 0 0 0.15
Hex 25 25 25 0 0 0 55 0 0 F
Octal 45 45 45 0 0 0 125 0 0 17
Binary 100101 100101 100101 0 0 0 1010101 0 0 1111

Color Harmonies of #252525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252525

Black with #252525

Text Example


Text Example

White with #252525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252525; }

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

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

background-color css

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

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

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

border-color css

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

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

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