Html Css Color HEX #252121 Nero

📋 copy color: '#252121'

red 37 ◦ green 33 ◦ blue 33

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

Shades of Nero #252121

Tints of Nero #252121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.04%

 BLUE value IS 33 (13.28% from 255) = 32.04%

R = 35.92%
G = 32.04%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#252121 (or 0x252121) is known color: Nero. HEX triplet: 25, 21 and 21. RGB value is (37,33,33). Sum of RGB (Red+Green+Blue) = 37+33+33=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 33 (13.28% from 255 or 32.04% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 37 - color contains mainly: red. Hex color #252121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252121 is #DADEDE. Grayscale: #222222. Windows color (decimal): -14343903 or 2171173. OLE color: 2171173.

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

Color convert

RGB 37 33 33 -
CMYK 0 0.11 0.11 0.85
HSL 0.06% 0.14% -
HSV(B) 0.11% 0.15% -
XYZ 1.58 1.59 1.66 -
YUV 34.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 37 33 33 0 0.11 0.11 0.85 0 0.06 0.14
Hex 25 21 21 0 B B 55 0 6 E
Octal 45 41 41 0 13 13 125 0 6 16
Binary 100101 100001 100001 0 1011 1011 1010101 0 110 1110

Color Harmonies of #252121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252121

Black with #252121

Text Example


Text Example

White with #252121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252121; }

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

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

background-color css

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

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

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

border-color css

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

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

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