Html Css Color HEX #272221 Nero

📋 copy color: '#272221'

red 39 ◦ green 34 ◦ blue 33

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

Shades of Nero #272221

Tints of Nero #272221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 32.08%

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

R = 36.79%
G = 32.08%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.85

RGB Variations

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

Color information

#272221 (or 0x272221) is known color: Nero. HEX triplet: 27, 22 and 21. RGB value is (39,34,33). Sum of RGB (Red+Green+Blue) = 39+34+33=106 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.79% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 33 (13.28% from 255 or 31.13% from 106); Max value from RGB is 39 - color contains mainly: red. Hex color #272221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272221 is #D8DDDE. Grayscale: #232323. Windows color (decimal): -14212575 or 2171431. OLE color: 2171431.

HSL color Cylindrical-coordinate representation of color #272221: hue angle of 10º 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 #272221 is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.85.

Color convert

RGB 39 34 33 -
CMYK 0 0.13 0.15 0.85
HSL 10º 0.08% 0.14% -
HSV(B) 10º 0.15% 0.15% -
XYZ 1.68 1.69 1.68 -
YUV 35.38 126.66 130.58 -
System Red Green Blue C M Y K H S L
Decimal 39 34 33 0 0.13 0.15 0.85 10 0.08 0.14
Hex 27 22 21 0 D F 55 A 8 E
Octal 47 42 41 0 15 17 125 12 10 16
Binary 100111 100010 100001 0 1101 1111 1010101 1010 1000 1110

Color Harmonies of #272221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272221

Black with #272221

Text Example


Text Example

White with #272221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272221; }

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

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

background-color css

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

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

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

border-color css

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

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

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