Html Css Color HEX #272835 Jaguar

📋 copy color: '#272835'

red 39 ◦ green 40 ◦ blue 53

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

Shades of Jaguar #272835

Tints of Jaguar #272835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.3%

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

R = 29.55%
G = 30.3%
B = 40.15%

CMYK

 C value IS 0.26

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#272835 (or 0x272835) is known color: Jaguar. HEX triplet: 27, 28 and 35. RGB value is (39,40,53). Sum of RGB (Red+Green+Blue) = 39+40+53=132 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.55% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 53 (21.09% from 255 or 40.15% from 132); Max value from RGB is 53 - color contains mainly: blue. Hex color #272835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272835 is #D8D7CA. Grayscale: #292929. Windows color (decimal): -14211019 or 3483687. OLE color: 3483687.

HSL color Cylindrical-coordinate representation of color #272835: hue angle of 235.71º 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 #272835 is Cyan = 0.26, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 39 40 53 -
CMYK 0.26 0.25 0 0.79
HSL 235.71º 0.15% 0.18% -
HSV(B) 235.71º 0.26% 0.21% -
XYZ 2.24 2.21 3.68 -
YUV 41.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 39 40 53 0.26 0.25 0 0.79 235.71 0.15 0.18
Hex 27 28 35 1A 19 0 4F EC F 12
Octal 47 50 65 32 31 0 117 354 17 22
Binary 100111 101000 110101 11010 11001 0 1001111 11101100 1111 10010

Color Harmonies of #272835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272835

Black with #272835

Text Example


Text Example

White with #272835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272835; }

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

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

background-color css

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

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

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

border-color css

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

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

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