Html Css Color HEX #272218 Black Magic

📋 copy color: '#272218'

red 39 ◦ green 34 ◦ blue 24

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

Shades of Black Magic #272218

Tints of Black Magic #272218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 24.74%

R = 40.21%
G = 35.05%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.85

RGB Variations

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

Color information

#272218 (or 0x272218) is known color: Black Magic. HEX triplet: 27, 22 and 18. RGB value is (39,34,24). Sum of RGB (Red+Green+Blue) = 39+34+24=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #272218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272218 is #D8DDE7. Grayscale: #222222. Windows color (decimal): -14212584 or 1581607. OLE color: 1581607.

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

Color convert

RGB 39 34 24 -
CMYK 0 0.13 0.38 0.85
HSL 40º 0.24% 0.12% -
HSV(B) 40º 0.38% 0.15% -
XYZ 1.57 1.64 1.1 -
YUV 34.36 122.16 131.31 -
System Red Green Blue C M Y K H S L
Decimal 39 34 24 0 0.13 0.38 0.85 40 0.24 0.12
Hex 27 22 18 0 D 26 55 28 18 C
Octal 47 42 30 0 15 46 125 50 30 14
Binary 100111 100010 11000 0 1101 100110 1010101 101000 11000 1100

Color Harmonies of #272218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272218

Black with #272218

Text Example


Text Example

White with #272218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272218; }

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

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

background-color css

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

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

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

border-color css

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

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

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