Html Css Color HEX #272630 Jaguar

📋 copy color: '#272630'

red 39 ◦ green 38 ◦ blue 48

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

Shades of Jaguar #272630

Tints of Jaguar #272630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 38.4%

R = 31.2%
G = 30.4%
B = 38.4%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#272630 (or 0x272630) is known color: Jaguar. HEX triplet: 27, 26 and 30. RGB value is (39,38,48). Sum of RGB (Red+Green+Blue) = 39+38+48=125 (16% of max value = 765). Red value is 39 (15.62% from 255 or 31.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #272630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272630 is #D8D9CF. Grayscale: #272727. Windows color (decimal): -14211536 or 3155495. OLE color: 3155495.

HSL color Cylindrical-coordinate representation of color #272630: hue angle of 246º degrees, saturation: 0.12, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #272630 is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 39 38 48 -
CMYK 0.19 0.21 0 0.81
HSL 246º 0.12% 0.17% -
HSV(B) 246º 0.21% 0.19% -
XYZ 2.06 2.03 3.08 -
YUV 39.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 39 38 48 0.19 0.21 0 0.81 246 0.12 0.17
Hex 27 26 30 13 15 0 51 F6 C 11
Octal 47 46 60 23 25 0 121 366 14 21
Binary 100111 100110 110000 10011 10101 0 1010001 11110110 1100 10001

Color Harmonies of #272630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272630

Black with #272630

Text Example


Text Example

White with #272630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272630; }

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

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

background-color css

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

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

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

border-color css

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

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

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