Html Css Color HEX #18152B Jaguar

📋 copy color: '#18152B'

red 24 ◦ green 21 ◦ blue 43

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

Shades of Jaguar #18152B

Tints of Jaguar #18152B

RGB

 RED value IS 24 (9.77% from 255) = 27.27%

 GREEN value IS 21 (8.59% from 255) = 23.86%

 BLUE value IS 43 (17.19% from 255) = 48.86%

R = 27.27%
G = 23.86%
B = 48.86%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#18152B (or 0x18152B) is known color: Jaguar. HEX triplet: 18, 15 and 2B. RGB value is (24,21,43). Sum of RGB (Red+Green+Blue) = 24+21+43=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 21 (8.59% from 255 or 23.86% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #18152B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152B is #E7EAD4. Grayscale: #181818. Windows color (decimal): -15198933 or 2823448. OLE color: 2823448.

HSL color Cylindrical-coordinate representation of color #18152B: hue angle of 248.18º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18152B is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 24 21 43 -
CMYK 0.44 0.51 0 0.83
HSL 248.18º 0.34% 0.13% -
HSV(B) 248.18º 0.51% 0.17% -
XYZ 1.08 0.9 2.4 -
YUV 24.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 24 21 43 0.44 0.51 0 0.83 248.18 0.34 0.13
Hex 18 15 2B 2C 33 0 53 F8 22 D
Octal 30 25 53 54 63 0 123 370 42 15
Binary 11000 10101 101011 101100 110011 0 1010011 11111000 100010 1101

Color Harmonies of #18152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18152B

Black with #18152B

Text Example


Text Example

White with #18152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18152B; }

 p { color: rgb(24,21,43); }

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

background-color css

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

 a { background-color: rgb(24,21,43); }

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

border-color css

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

 span { border-color: rgb(24,21,43); }

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