Html Css Color HEX #272525 Nero

📋 copy color: '#272525'

red 39 ◦ green 37 ◦ blue 37

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

Shades of Nero #272525

Tints of Nero #272525

RGB

 RED value IS 39 (15.63% from 255) = 34.51%

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

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

R = 34.51%
G = 32.74%
B = 32.74%

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

#272525 (or 0x272525) is known color: Nero. HEX triplet: 27, 25 and 25. RGB value is (39,37,37). Sum of RGB (Red+Green+Blue) = 39+37+37=113 (14% of max value = 765). Red value is 39 (15.62% from 255 or 34.51% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 39 - color contains mainly: red. Hex color #272525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272525 is #D8DADA. Grayscale: #252525. Windows color (decimal): -14211803 or 2434343. OLE color: 2434343.

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

Color convert

RGB 39 37 37 -
CMYK 0 0.05 0.05 0.85
HSL 0.03% 0.15% -
HSV(B) 0.05% 0.15% -
XYZ 1.83 1.89 2.02 -
YUV 37.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 39 37 37 0 0.05 0.05 0.85 0 0.03 0.15
Hex 27 25 25 0 5 5 55 0 3 F
Octal 47 45 45 0 5 5 125 0 3 17
Binary 100111 100101 100101 0 101 101 1010101 0 11 1111

Color Harmonies of #272525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272525

Black with #272525

Text Example


Text Example

White with #272525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272525; }

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

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

background-color css

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

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

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

border-color css

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

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

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