#182426

Color #182426 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #182426

Tints of Black Pearl #182426

Color information

#182426 (or 0x182426) is unknown color: approx Black Pearl. HEX triplet: 18, 24 and 26. RGB value is (24,36,38). Sum of RGB (Red+Green+Blue) = 24+36+38=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 38 (15.23% from 255 or 38.78% from 98); Max value from RGB is 38 - color contains mainly: blue. Hex color #182426 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182426 is #E7DBD9. Grayscale: #202020. Windows color (decimal): -15195098 or 2499608. OLE color: 2499608.

HSL color Cylindrical-coordinate representation of color #182426: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #182426 is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB243638-
CMYK0.370.0500.85
HSL188.57º22.58%12.16%-
HSV(B)188.57º36.84%14.9%-
XYZ1.361.62.07-
YUV32.64131.02121.84-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 36 (14.45% from 255) = 36.73%
BLUE value IS 38 (15.23% from 255) = 38.78%
R=24.49%
G=36.73%
B=38.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2436380.370.0500.85188.5722.5812.16
Hex182426255055bd17c
Octal30444645501252752714
Binary110001001001001101001011010101010110111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182426; }

 p { color: rgb(24,36,38); }

 H1.HeaderClassName
 {
   color: #182426;
 }
 .AnyTagClassName
 {
   color: #182426;
 }
</style>
background-color css

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

 a { background-color: rgb(24,36,38); }

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

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

 span { border-color: rgb(24,36,38); }

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