Html Css Color HEX #262525 Nero

📋 copy color: '#262525'

red 38 ◦ green 37 ◦ blue 37

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

Shades of Nero #262525

Tints of Nero #262525

RGB

 RED value IS 38 (15.23% from 255) = 33.93%

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

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

R = 33.93%
G = 33.04%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.85

RGB Variations

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

Color information

#262525 (or 0x262525) is known color: Nero. HEX triplet: 26, 25 and 25. RGB value is (38,37,37). Sum of RGB (Red+Green+Blue) = 38+37+37=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 38 - color contains mainly: red. Hex color #262525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262525 is #D9DADA. Grayscale: #252525. Windows color (decimal): -14277339 or 2434342. OLE color: 2434342.

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

Color convert

RGB 38 37 37 -
CMYK 0 0.03 0.03 0.85
HSL 0.01% 0.15% -
HSV(B) 0.03% 0.15% -
XYZ 1.79 1.87 2.02 -
YUV 37.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 38 37 37 0 0.03 0.03 0.85 0 0.01 0.15
Hex 26 25 25 0 3 3 55 0 1 F
Octal 46 45 45 0 3 3 125 0 1 17
Binary 100110 100101 100101 0 11 11 1010101 0 1 1111

Color Harmonies of #262525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262525

Black with #262525

Text Example


Text Example

White with #262525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262525; }

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

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

background-color css

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

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

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

border-color css

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

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

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