#00181A

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

Shades of Black Pearl #00181A

Tints of Black Pearl #00181A

Color information

#00181A (or 0x00181A) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 1A. RGB value is (0,24,26). Sum of RGB (Red+Green+Blue) = 0+24+26=50 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 26 (10.55% from 255 or 52% from 50); Max value from RGB is 26 - color contains mainly: blue. Hex color #00181A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00181A is #FFE7E5. Grayscale: #111111. Windows color (decimal): -16771046 or 1710080. OLE color: 1710080.

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

Color convert

RGB02426-
CMYK10.0800.90
HSL184.62º100%5.1%-
HSV(B)184.62º100%10.2%-
XYZ0.510.731.09-
YUV17.05133.05115.84-

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) = 48%
BLUE value IS 26 (10.55% from 255) = 52%
R=0%
G=48%
B=52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal0242610.0800.90184.621005.1
Hex0181A64805Ab9645
Octal030321441001322711445
Binary011000110101100100100001011010101110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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