#00182A

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

Shades of Black Pearl #00182A

Tints of Black Pearl #00182A

Color information

#00182A (or 0x00182A) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 2A. RGB value is (0,24,42). Sum of RGB (Red+Green+Blue) = 0+24+42=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 24 (9.77% from 255 or 36.36% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #00182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00182A is #FFE7D5. Grayscale: #121212. Windows color (decimal): -16771030 or 2758656. OLE color: 2758656.

HSL color Cylindrical-coordinate representation of color #00182A: hue angle of 205.71º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00182A is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02442-
CMYK10.4300.84
HSL205.71º100%8.24%-
HSV(B)205.71º100%16.47%-
XYZ0.740.822.31-
YUV18.88141.05114.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 36.36%
BLUE value IS 42 (16.80% from 255) = 63.64%
R=0%
G=36.36%
B=63.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0244210.4300.84205.711008.24
Hex0182A642B054ce648
Octal0305214453012431614410
Binary0110001010101100100101011010101001100111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00182A; }

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

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

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

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

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

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

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

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