Html Css Color HEX #252435 Jaguar

📋 copy color: '#252435'

red 37 ◦ green 36 ◦ blue 53

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

Shades of Jaguar #252435

Tints of Jaguar #252435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 28.57%

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

R = 29.37%
G = 28.57%
B = 42.06%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#252435 (or 0x252435) is known color: Jaguar. HEX triplet: 25, 24 and 35. RGB value is (37,36,53). Sum of RGB (Red+Green+Blue) = 37+36+53=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 53 (21.09% from 255 or 42.06% from 126); Max value from RGB is 53 - color contains mainly: blue. Hex color #252435 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252435 is #DADBCA. Grayscale: #262626. Windows color (decimal): -14343115 or 3482661. OLE color: 3482661.

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

Color convert

RGB 37 36 53 -
CMYK 0.30 0.32 0 0.79
HSL 243.53º 0.19% 0.17% -
HSV(B) 243.53º 0.32% 0.21% -
XYZ 2.04 1.91 3.63 -
YUV 38.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 37 36 53 0.30 0.32 0 0.79 243.53 0.19 0.17
Hex 25 24 35 1E 20 0 4F F4 13 11
Octal 45 44 65 36 40 0 117 364 23 21
Binary 100101 100100 110101 11110 100000 0 1001111 11110100 10011 10001

Color Harmonies of #252435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252435

Black with #252435

Text Example


Text Example

White with #252435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252435; }

 p { color: rgb(37,36,53); }

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

background-color css

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

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

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

border-color css

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

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

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