Html Css Color HEX #272638 Jaguar

📋 copy color: '#272638'

red 39 ◦ green 38 ◦ blue 56

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

Shades of Jaguar #272638

Tints of Jaguar #272638

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.57%

 BLUE value IS 56 (22.27% from 255) = 42.11%

R = 29.32%
G = 28.57%
B = 42.11%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#272638 (or 0x272638) is known color: Jaguar. HEX triplet: 27, 26 and 38. RGB value is (39,38,56). Sum of RGB (Red+Green+Blue) = 39+38+56=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 56 - color contains mainly: blue. Hex color #272638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272638 is #D8D9C7. Grayscale: #282828. Windows color (decimal): -14211528 or 3679783. OLE color: 3679783.

HSL color Cylindrical-coordinate representation of color #272638: hue angle of 243.33º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #272638 is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 38 56 -
CMYK 0.30 0.32 0 0.78
HSL 243.33º 0.19% 0.18% -
HSV(B) 243.33º 0.32% 0.22% -
XYZ 2.24 2.1 4.03 -
YUV 40.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 39 38 56 0.30 0.32 0 0.78 243.33 0.19 0.18
Hex 27 26 38 1E 20 0 4E F3 13 12
Octal 47 46 70 36 40 0 116 363 23 22
Binary 100111 100110 111000 11110 100000 0 1001110 11110011 10011 10010

Color Harmonies of #272638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272638

Black with #272638

Text Example


Text Example

White with #272638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272638; }

 p { color: rgb(39,38,56); }

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

background-color css

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

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

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

border-color css

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

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

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