Html Css Color HEX #272119 Black Magic

📋 copy color: '#272119'

red 39 ◦ green 33 ◦ blue 25

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

Shades of Black Magic #272119

Tints of Black Magic #272119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 25.77%

R = 40.21%
G = 34.02%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.85

RGB Variations

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

Color information

#272119 (or 0x272119) is known color: Black Magic. HEX triplet: 27, 21 and 19. RGB value is (39,33,25). Sum of RGB (Red+Green+Blue) = 39+33+25=97 (12% of max value = 765). Red value is 39 (15.62% from 255 or 40.21% from 97); Green value is 33 (13.28% from 255 or 34.02% from 97); Blue value is 25 (10.16% from 255 or 25.77% from 97); Max value from RGB is 39 - color contains mainly: red. Hex color #272119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #272119 is #D8DEE6. Grayscale: #212121. Windows color (decimal): -14212839 or 1646887. OLE color: 1646887.

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

Color convert

RGB 39 33 25 -
CMYK 0 0.15 0.36 0.85
HSL 34.29º 0.22% 0.13% -
HSV(B) 34.29º 0.36% 0.15% -
XYZ 1.56 1.59 1.14 -
YUV 33.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 39 33 25 0 0.15 0.36 0.85 34.29 0.22 0.13
Hex 27 21 19 0 F 24 55 22 16 D
Octal 47 41 31 0 17 44 125 42 26 15
Binary 100111 100001 11001 0 1111 100100 1010101 100010 10110 1101

Color Harmonies of #272119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272119

Black with #272119

Text Example


Text Example

White with #272119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272119; }

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

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

background-color css

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

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

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

border-color css

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

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

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