Html Css Color HEX #272734 Jaguar

📋 copy color: '#272734'

red 39 ◦ green 39 ◦ blue 52

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

Shades of Jaguar #272734

Tints of Jaguar #272734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 40%

R = 30%
G = 30%
B = 40%

CMYK

 C value IS 0.25

 M value IS 0.25

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#272734 (or 0x272734) is known color: Jaguar. HEX triplet: 27, 27 and 34. RGB value is (39,39,52). Sum of RGB (Red+Green+Blue) = 39+39+52=130 (17% of max value = 765). Red value is 39 (15.62% from 255 or 30% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 52 - color contains mainly: blue. Hex color #272734 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272734 is #D8D8CB. Grayscale: #282828. Windows color (decimal): -14211276 or 3417895. OLE color: 3417895.

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

Color convert

RGB 39 39 52 -
CMYK 0.25 0.25 0 0.80
HSL 240º 0.14% 0.18% -
HSV(B) 240º 0.25% 0.2% -
XYZ 2.18 2.13 3.54 -
YUV 40.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 39 39 52 0.25 0.25 0 0.80 240 0.14 0.18
Hex 27 27 34 19 19 0 50 F0 E 12
Octal 47 47 64 31 31 0 120 360 16 22
Binary 100111 100111 110100 11001 11001 0 1010000 11110000 1110 10010

Color Harmonies of #272734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272734

Black with #272734

Text Example


Text Example

White with #272734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272734; }

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

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

background-color css

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

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

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

border-color css

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

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

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