Html Css Color HEX #25243A Jaguar

📋 copy color: '#25243A'

red 37 ◦ green 36 ◦ blue 58

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

Shades of Jaguar #25243A

Tints of Jaguar #25243A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 44.27%

R = 28.24%
G = 27.48%
B = 44.27%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#25243A (or 0x25243A) is known color: Jaguar. HEX triplet: 25, 24 and 3A. RGB value is (37,36,58). Sum of RGB (Red+Green+Blue) = 37+36+58=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #25243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25243A is #DADBC5. Grayscale: #262626. Windows color (decimal): -14343110 or 3810341. OLE color: 3810341.

HSL color Cylindrical-coordinate representation of color #25243A: hue angle of 242.73º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #25243A is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 37 36 58 -
CMYK 0.36 0.38 0 0.77
HSL 242.73º 0.23% 0.18% -
HSV(B) 242.73º 0.38% 0.23% -
XYZ 2.16 1.96 4.27 -
YUV 38.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 37 36 58 0.36 0.38 0 0.77 242.73 0.23 0.18
Hex 25 24 3A 24 26 0 4D F3 17 12
Octal 45 44 72 44 46 0 115 363 27 22
Binary 100101 100100 111010 100100 100110 0 1001101 11110011 10111 10010

Color Harmonies of #25243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25243A

Black with #25243A

Text Example


Text Example

White with #25243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25243A; }

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

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

background-color css

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

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

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

border-color css

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

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

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