Html Css Color HEX #252439 Jaguar

📋 copy color: '#252439'

red 37 ◦ green 36 ◦ blue 57

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

Shades of Jaguar #252439

Tints of Jaguar #252439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 43.85%

R = 28.46%
G = 27.69%
B = 43.85%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252439 (or 0x252439) is known color: Jaguar. HEX triplet: 25, 24 and 39. RGB value is (37,36,57). Sum of RGB (Red+Green+Blue) = 37+36+57=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 57 - color contains mainly: blue. Hex color #252439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252439 is #DADBC6. Grayscale: #262626. Windows color (decimal): -14343111 or 3744805. OLE color: 3744805.

HSL color Cylindrical-coordinate representation of color #252439: hue angle of 242.86º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #252439 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 37 36 57 -
CMYK 0.35 0.37 0 0.78
HSL 242.86º 0.23% 0.18% -
HSV(B) 242.86º 0.37% 0.22% -
XYZ 2.13 1.95 4.13 -
YUV 38.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 37 36 57 0.35 0.37 0 0.78 242.86 0.23 0.18
Hex 25 24 39 23 25 0 4E F3 17 12
Octal 45 44 71 43 45 0 116 363 27 22
Binary 100101 100100 111001 100011 100101 0 1001110 11110011 10111 10010

Color Harmonies of #252439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252439

Black with #252439

Text Example


Text Example

White with #252439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252439; }

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

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

background-color css

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

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

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

border-color css

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

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

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