Html Css Color HEX #252534 Jaguar

📋 copy color: '#252534'

red 37 ◦ green 37 ◦ blue 52

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

Shades of Jaguar #252534

Tints of Jaguar #252534

RGB

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

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

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

R = 29.37%
G = 29.37%
B = 41.27%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#252534 (or 0x252534) is known color: Jaguar. HEX triplet: 25, 25 and 34. RGB value is (37,37,52). Sum of RGB (Red+Green+Blue) = 37+37+52=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 52 - color contains mainly: blue. Hex color #252534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252534 is #DADACB. Grayscale: #262626. Windows color (decimal): -14342860 or 3417381. OLE color: 3417381.

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

Color convert

RGB 37 37 52 -
CMYK 0.29 0.29 0 0.80
HSL 240º 0.17% 0.17% -
HSV(B) 240º 0.29% 0.2% -
XYZ 2.04 1.96 3.52 -
YUV 38.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 37 37 52 0.29 0.29 0 0.80 240 0.17 0.17
Hex 25 25 34 1D 1D 0 50 F0 11 11
Octal 45 45 64 35 35 0 120 360 21 21
Binary 100101 100101 110100 11101 11101 0 1010000 11110000 10001 10001

Color Harmonies of #252534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252534

Black with #252534

Text Example


Text Example

White with #252534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252534; }

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

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

background-color css

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

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

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

border-color css

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

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

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