Html Css Color HEX #252633 Jaguar

📋 copy color: '#252633'

red 37 ◦ green 38 ◦ blue 51

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

Shades of Jaguar #252633

Tints of Jaguar #252633

RGB

 RED value IS 37 (14.84% from 255) = 29.37%

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

 BLUE value IS 51 (20.31% from 255) = 40.48%

R = 29.37%
G = 30.16%
B = 40.48%

CMYK

 C value IS 0.27

 M value IS 0.25

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#252633 (or 0x252633) is known color: Jaguar. HEX triplet: 25, 26 and 33. RGB value is (37,38,51). Sum of RGB (Red+Green+Blue) = 37+38+51=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 38 (15.23% from 255 or 30.16% from 126); Blue value is 51 (20.31% from 255 or 40.48% from 126); Max value from RGB is 51 - color contains mainly: blue. Hex color #252633 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252633 is #DAD9CC. Grayscale: #272727. Windows color (decimal): -14342605 or 3352101. OLE color: 3352101.

HSL color Cylindrical-coordinate representation of color #252633: hue angle of 235.71º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #252633 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 38 51 -
CMYK 0.27 0.25 0 0.8
HSL 235.71º 0.16% 0.17% -
HSV(B) 235.71º 0.27% 0.2% -
XYZ 2.05 2.02 3.41 -
YUV 39.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 37 38 51 0.27 0.25 0 0.8 235.71 0.16 0.17
Hex 25 26 33 1B 19 0 50 EC 10 11
Octal 45 46 63 33 31 0 120 354 20 21
Binary 100101 100110 110011 11011 11001 0 1010000 11101100 10000 10001

Color Harmonies of #252633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252633

Black with #252633

Text Example


Text Example

White with #252633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252633; }

 p { color: rgb(37,38,51); }

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

background-color css

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

 a { background-color: rgb(37,38,51); }

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

border-color css

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

 span { border-color: rgb(37,38,51); }

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