Html Css Color HEX #272735 Jaguar

📋 copy color: '#272735'

red 39 ◦ green 39 ◦ blue 53

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

Shades of Jaguar #272735

Tints of Jaguar #272735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.77%

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

R = 29.77%
G = 29.77%
B = 40.46%

CMYK

 C value IS 0.26

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#272735 (or 0x272735) is known color: Jaguar. HEX triplet: 27, 27 and 35. RGB value is (39,39,53). Sum of RGB (Red+Green+Blue) = 39+39+53=131 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.77% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 53 (21.09% from 255 or 40.46% from 131); Max value from RGB is 53 - color contains mainly: blue. Hex color #272735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272735 is #D8D8CA. Grayscale: #282828. Windows color (decimal): -14211275 or 3483431. OLE color: 3483431.

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

Color convert

RGB 39 39 53 -
CMYK 0.26 0.26 0 0.79
HSL 240º 0.15% 0.18% -
HSV(B) 240º 0.26% 0.21% -
XYZ 2.2 2.14 3.66 -
YUV 40.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 39 39 53 0.26 0.26 0 0.79 240 0.15 0.18
Hex 27 27 35 1A 1A 0 4F F0 F 12
Octal 47 47 65 32 32 0 117 360 17 22
Binary 100111 100111 110101 11010 11010 0 1001111 11110000 1111 10010

Color Harmonies of #272735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272735

Black with #272735

Text Example


Text Example

White with #272735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272735; }

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

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

background-color css

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

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

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

border-color css

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

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

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