#182126

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

Shades of Black Pearl #182126

Tints of Black Pearl #182126

Color information

#182126 (or 0x182126) is unknown color: approx Black Pearl. HEX triplet: 18, 21 and 26. RGB value is (24,33,38). Sum of RGB (Red+Green+Blue) = 24+33+38=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 38 (15.23% from 255 or 40% from 95); Max value from RGB is 38 - color contains mainly: blue. Hex color #182126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182126 is #E7DED9. Grayscale: #1E1E1E. Windows color (decimal): -15195866 or 2498840. OLE color: 2498840.

HSL color Cylindrical-coordinate representation of color #182126: hue angle of 201.43º 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 #182126 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB243338-
CMYK0.370.1300.85
HSL201.43º22.58%12.16%-
HSV(B)201.43º36.84%14.9%-
XYZ1.271.422.04-
YUV30.88132.02123.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.26%
GREEN value IS 33 (13.28% from 255) = 34.74%
BLUE value IS 38 (15.23% from 255) = 40%
R=25.26%
G=34.74%
B=40%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2433380.370.1300.85201.4322.5812.16
Hex18212625D055c917c
Octal304146451501253112714
Binary1100010000110011010010111010101010111001001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182126; }

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

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

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

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

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

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

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

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