Html Css Color HEX #272222 Nero

📋 copy color: '#272222'

red 39 ◦ green 34 ◦ blue 34

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

Shades of Nero #272222

Tints of Nero #272222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 31.78%

R = 36.45%
G = 31.78%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.13

 K value IS 0.85

RGB Variations

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

Color information

#272222 (or 0x272222) is known color: Nero. HEX triplet: 27, 22 and 22. RGB value is (39,34,34). Sum of RGB (Red+Green+Blue) = 39+34+34=107 (14% of max value = 765). Red value is 39 (15.62% from 255 or 36.45% from 107); Green value is 34 (13.67% from 255 or 31.78% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 39 - color contains mainly: red. Hex color #272222 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272222 is #D8DDDD. Grayscale: #232323. Windows color (decimal): -14212574 or 2236967. OLE color: 2236967.

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

Color convert

RGB 39 34 34 -
CMYK 0 0.13 0.13 0.85
HSL 0.07% 0.14% -
HSV(B) 0.13% 0.15% -
XYZ 1.7 1.69 1.75 -
YUV 35.5 127.16 130.5 -
System Red Green Blue C M Y K H S L
Decimal 39 34 34 0 0.13 0.13 0.85 0 0.07 0.14
Hex 27 22 22 0 D D 55 0 7 E
Octal 47 42 42 0 15 15 125 0 7 16
Binary 100111 100010 100010 0 1101 1101 1010101 0 111 1110

Color Harmonies of #272222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272222

Black with #272222

Text Example


Text Example

White with #272222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272222; }

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

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

background-color css

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

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

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

border-color css

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

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

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