Html Css Color HEX #252430 Jaguar

📋 copy color: '#252430'

red 37 ◦ green 36 ◦ blue 48

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

Shades of Jaguar #252430

Tints of Jaguar #252430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 39.67%

R = 30.58%
G = 29.75%
B = 39.67%

CMYK

 C value IS 0.23

 M value IS 0.25

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#252430 (or 0x252430) is known color: Jaguar. HEX triplet: 25, 24 and 30. RGB value is (37,36,48). Sum of RGB (Red+Green+Blue) = 37+36+48=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 48 - color contains mainly: blue. Hex color #252430 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252430 is #DADBCF. Grayscale: #252525. Windows color (decimal): -14343120 or 3154981. OLE color: 3154981.

HSL color Cylindrical-coordinate representation of color #252430: hue angle of 245º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #252430 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 37 36 48 -
CMYK 0.23 0.25 0 0.81
HSL 245º 0.14% 0.16% -
HSV(B) 245º 0.25% 0.19% -
XYZ 1.93 1.87 3.06 -
YUV 37.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 37 36 48 0.23 0.25 0 0.81 245 0.14 0.16
Hex 25 24 30 17 19 0 51 F5 E 10
Octal 45 44 60 27 31 0 121 365 16 20
Binary 100101 100100 110000 10111 11001 0 1010001 11110101 1110 10000

Color Harmonies of #252430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252430

Black with #252430

Text Example


Text Example

White with #252430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252430; }

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

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

background-color css

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

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

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

border-color css

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

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

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