Html Css Color HEX #2B2525 Nero

📋 copy color: '#2B2525'

red 43 ◦ green 37 ◦ blue 37

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

Shades of Nero #2B2525

Tints of Nero #2B2525

RGB

 RED value IS 43 (17.19% from 255) = 36.75%

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

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

R = 36.75%
G = 31.62%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.83

RGB Variations

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

Color information

#2B2525 (or 0x2B2525) is known color: Nero. HEX triplet: 2B, 25 and 25. RGB value is (43,37,37). Sum of RGB (Red+Green+Blue) = 43+37+37=117 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.75% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2525 is #D4DADA. Grayscale: #262626. Windows color (decimal): -13949659 or 2434347. OLE color: 2434347.

HSL color Cylindrical-coordinate representation of color #2B2525: hue angle of 0º degrees, saturation: 0.08, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #2B2525 is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.83.

Color convert

RGB 43 37 37 -
CMYK 0 0.14 0.14 0.83
HSL 0.08% 0.16% -
HSV(B) 0.14% 0.17% -
XYZ 1.99 1.97 2.03 -
YUV 38.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 43 37 37 0 0.14 0.14 0.83 0 0.08 0.16
Hex 2B 25 25 0 E E 53 0 8 10
Octal 53 45 45 0 16 16 123 0 10 20
Binary 101011 100101 100101 0 1110 1110 1010011 0 1000 10000

Color Harmonies of #2B2525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2525

Black with #2B2525

Text Example


Text Example

White with #2B2525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B2525; }

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

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

background-color css

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

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

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

border-color css

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

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

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