#182B35

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

Shades of Black Pearl #182B35

Tints of Black Pearl #182B35

Color information

#182B35 (or 0x182B35) is unknown color: approx Black Pearl. HEX triplet: 18, 2B and 35. RGB value is (24,43,53). Sum of RGB (Red+Green+Blue) = 24+43+53=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 53 (21.09% from 255 or 44.17% from 120); Max value from RGB is 53 - color contains mainly: blue. Hex color #182B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B35 is #E7D4CA. Grayscale: #262626. Windows color (decimal): -15193291 or 3484440. OLE color: 3484440.

HSL color Cylindrical-coordinate representation of color #182B35: hue angle of 200.69º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #182B35 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB244353-
CMYK0.550.1900.79
HSL200.69º37.66%15.1%-
HSV(B)200.69º54.72%20.78%-
XYZ1.882.183.69-
YUV38.46136.21117.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 43 (17.19% from 255) = 35.83%
BLUE value IS 53 (21.09% from 255) = 44.17%
R=20%
G=35.83%
B=44.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2443530.550.1900.79200.6937.6615.1
Hex182B35371304Fc926f
Octal305365672301173114617
Binary110001010111101011101111001101001111110010011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182B35; }

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

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

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

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

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

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

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

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