Html Css Color HEX #252323 Nero

📋 copy color: '#252323'

red 37 ◦ green 35 ◦ blue 35

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

Shades of Nero #252323

Tints of Nero #252323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

 BLUE value IS 35 (14.06% from 255) = 32.71%

R = 34.58%
G = 32.71%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#252323 (or 0x252323) is known color: Nero. HEX triplet: 25, 23 and 23. RGB value is (37,35,35). Sum of RGB (Red+Green+Blue) = 37+35+35=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 35 (14.06% from 255 or 32.71% from 107); Max value from RGB is 37 - color contains mainly: red. Hex color #252323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252323 is #DADCDC. Grayscale: #232323. Windows color (decimal): -14343389 or 2302757. OLE color: 2302757.

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

Color convert

RGB 37 35 35 -
CMYK 0 0.05 0.05 0.85
HSL 0.03% 0.14% -
HSV(B) 0.05% 0.15% -
XYZ 1.67 1.72 1.83 -
YUV 35.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 37 35 35 0 0.05 0.05 0.85 0 0.03 0.14
Hex 25 23 23 0 5 5 55 0 3 E
Octal 45 43 43 0 5 5 125 0 3 16
Binary 100101 100011 100011 0 101 101 1010101 0 11 1110

Color Harmonies of #252323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252323

Black with #252323

Text Example


Text Example

White with #252323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252323; }

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

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

background-color css

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

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

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

border-color css

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

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

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