#182328

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

Shades of Black Pearl #182328

Tints of Black Pearl #182328

Color information

#182328 (or 0x182328) is unknown color: approx Black Pearl. HEX triplet: 18, 23 and 28. RGB value is (24,35,40). Sum of RGB (Red+Green+Blue) = 24+35+40=99 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24.24% from 99); Green value is 35 (14.06% from 255 or 35.35% from 99); Blue value is 40 (16.02% from 255 or 40.40% from 99); Max value from RGB is 40 - color contains mainly: blue. Hex color #182328 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182328 is #E7DCD7. Grayscale: #202020. Windows color (decimal): -15195352 or 2630424. OLE color: 2630424.

HSL color Cylindrical-coordinate representation of color #182328: hue angle of 198.75º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #182328 is Cyan = 0.40, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB243540-
CMYK0.400.1200.84
HSL198.75º25%12.55%-
HSV(B)198.75º40%15.69%-
XYZ1.361.552.23-
YUV32.28132.36122.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.24%
GREEN value IS 35 (14.06% from 255) = 35.35%
BLUE value IS 40 (16.02% from 255) = 40.40%
R=24.24%
G=35.35%
B=40.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2435400.400.1200.84198.752512.55
Hex18232828C054c719d
Octal304350501401243073115
Binary1100010001110100010100011000101010011000111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182328; }

 p { color: rgb(24,35,40); }

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

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

 a { background-color: rgb(24,35,40); }

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

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

 span { border-color: rgb(24,35,40); }

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