Html Css Color HEX #272635 Jaguar

📋 copy color: '#272635'

red 39 ◦ green 38 ◦ blue 53

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

Shades of Jaguar #272635

Tints of Jaguar #272635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 40.77%

R = 30%
G = 29.23%
B = 40.77%

CMYK

 C value IS 0.26

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#272635 (or 0x272635) is known color: Jaguar. HEX triplet: 27, 26 and 35. RGB value is (39,38,53). Sum of RGB (Red+Green+Blue) = 39+38+53=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 53 - color contains mainly: blue. Hex color #272635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272635 is #D8D9CA. Grayscale: #272727. Windows color (decimal): -14211531 or 3483175. OLE color: 3483175.

HSL color Cylindrical-coordinate representation of color #272635: hue angle of 244º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #272635 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 38 53 -
CMYK 0.26 0.28 0 0.79
HSL 244º 0.16% 0.18% -
HSV(B) 244º 0.28% 0.21% -
XYZ 2.17 2.07 3.65 -
YUV 40.01 135.33 127.28 -
System Red Green Blue C M Y K H S L
Decimal 39 38 53 0.26 0.28 0 0.79 244 0.16 0.18
Hex 27 26 35 1A 1C 0 4F F4 10 12
Octal 47 46 65 32 34 0 117 364 20 22
Binary 100111 100110 110101 11010 11100 0 1001111 11110100 10000 10010

Color Harmonies of #272635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272635

Black with #272635

Text Example


Text Example

White with #272635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272635; }

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

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

background-color css

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

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

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

border-color css

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

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

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