Html Css Color HEX #252438 Jaguar

📋 copy color: '#252438'

red 37 ◦ green 36 ◦ blue 56

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

Shades of Jaguar #252438

Tints of Jaguar #252438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 28.68%
G = 27.91%
B = 43.41%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#252438 (or 0x252438) is known color: Jaguar. HEX triplet: 25, 24 and 38. RGB value is (37,36,56). Sum of RGB (Red+Green+Blue) = 37+36+56=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 36 (14.45% from 255 or 27.91% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 56 - color contains mainly: blue. Hex color #252438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252438 is #DADBC7. Grayscale: #262626. Windows color (decimal): -14343112 or 3679269. OLE color: 3679269.

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

Color convert

RGB 37 36 56 -
CMYK 0.34 0.36 0 0.78
HSL 243º 0.22% 0.18% -
HSV(B) 243º 0.36% 0.22% -
XYZ 2.11 1.94 4 -
YUV 38.58 137.83 126.87 -
System Red Green Blue C M Y K H S L
Decimal 37 36 56 0.34 0.36 0 0.78 243 0.22 0.18
Hex 25 24 38 22 24 0 4E F3 16 12
Octal 45 44 70 42 44 0 116 363 26 22
Binary 100101 100100 111000 100010 100100 0 1001110 11110011 10110 10010

Color Harmonies of #252438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252438

Black with #252438

Text Example


Text Example

White with #252438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252438; }

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

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

background-color css

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

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

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

border-color css

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

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

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