#182A35

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

Shades of Black Pearl #182A35

Tints of Black Pearl #182A35

Color information

#182A35 (or 0x182A35) is unknown color: approx Black Pearl. HEX triplet: 18, 2A and 35. RGB value is (24,42,53). Sum of RGB (Red+Green+Blue) = 24+42+53=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 53 (21.09% from 255 or 44.54% from 119); Max value from RGB is 53 - color contains mainly: blue. Hex color #182A35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A35 is #E7D5CA. Grayscale: #252525. Windows color (decimal): -15193547 or 3484184. OLE color: 3484184.

HSL color Cylindrical-coordinate representation of color #182A35: hue angle of 202.76º 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 #182A35 is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB244253-
CMYK0.550.2100.79
HSL202.76º37.66%15.1%-
HSV(B)202.76º54.72%20.78%-
XYZ1.852.113.68-
YUV37.87136.54118.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 53 (21.09% from 255) = 44.54%
R=20.17%
G=35.29%
B=44.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2442530.550.2100.79202.7637.6615.1
Hex182A35371504Fcb26f
Octal305265672501173134617
Binary110001010101101011101111010101001111110010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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