Html Css Color HEX #252434 Jaguar

📋 copy color: '#252434'

red 37 ◦ green 36 ◦ blue 52

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

Shades of Jaguar #252434

Tints of Jaguar #252434

RGB

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

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

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

R = 29.6%
G = 28.8%
B = 41.6%

CMYK

 C value IS 0.29

 M value IS 0.31

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252434 (or 0x252434) is known color: Jaguar. HEX triplet: 25, 24 and 34. RGB value is (37,36,52). Sum of RGB (Red+Green+Blue) = 37+36+52=125 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.6% from 125); Green value is 36 (14.45% from 255 or 28.8% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 52 - color contains mainly: blue. Hex color #252434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252434 is #DADBCB. Grayscale: #262626. Windows color (decimal): -14343116 or 3417125. OLE color: 3417125.

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

Color convert

RGB 37 36 52 -
CMYK 0.29 0.31 0 0.80
HSL 243.75º 0.18% 0.17% -
HSV(B) 243.75º 0.31% 0.2% -
XYZ 2.01 1.9 3.51 -
YUV 38.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 37 36 52 0.29 0.31 0 0.80 243.75 0.18 0.17
Hex 25 24 34 1D 1F 0 50 F4 12 11
Octal 45 44 64 35 37 0 120 364 22 21
Binary 100101 100100 110100 11101 11111 0 1010000 11110100 10010 10001

Color Harmonies of #252434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252434

Black with #252434

Text Example


Text Example

White with #252434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252434; }

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

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

background-color css

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

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

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

border-color css

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

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

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