Html Css Color HEX #272121 Nero

📋 copy color: '#272121'

red 39 ◦ green 33 ◦ blue 33

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

Shades of Nero #272121

Tints of Nero #272121

RGB

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

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

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

R = 37.14%
G = 31.43%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#272121 (or 0x272121) is known color: Nero. HEX triplet: 27, 21 and 21. RGB value is (39,33,33). Sum of RGB (Red+Green+Blue) = 39+33+33=105 (13% of max value = 765). Red value is 39 (15.62% from 255 or 37.14% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 39 - color contains mainly: red. Hex color #272121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272121 is #D8DEDE. Grayscale: #222222. Windows color (decimal): -14212831 or 2171175. OLE color: 2171175.

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

Color convert

RGB 39 33 33 -
CMYK 0 0.15 0.15 0.85
HSL 0.08% 0.14% -
HSV(B) 0.15% 0.15% -
XYZ 1.66 1.63 1.67 -
YUV 34.79 126.99 131 -
System Red Green Blue C M Y K H S L
Decimal 39 33 33 0 0.15 0.15 0.85 0 0.08 0.14
Hex 27 21 21 0 F F 55 0 8 E
Octal 47 41 41 0 17 17 125 0 10 16
Binary 100111 100001 100001 0 1111 1111 1010101 0 1000 1110

Color Harmonies of #272121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272121

Black with #272121

Text Example


Text Example

White with #272121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272121; }

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

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

background-color css

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

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

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

border-color css

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

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

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