#00181F

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

Shades of Black Pearl #00181F

Tints of Black Pearl #00181F

Color information

#00181F (or 0x00181F) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 1F. RGB value is (0,24,31). Sum of RGB (Red+Green+Blue) = 0+24+31=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 24 (9.77% from 255 or 43.64% from 55); Blue value is 31 (12.5% from 255 or 56.36% from 55); Max value from RGB is 31 - color contains mainly: blue. Hex color #00181F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00181F is #FFE7E0. Grayscale: #111111. Windows color (decimal): -16771041 or 2037760. OLE color: 2037760.

HSL color Cylindrical-coordinate representation of color #00181F: hue angle of 193.55º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00181F is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB02431-
CMYK10.2300.88
HSL193.55º100%6.08%-
HSV(B)193.55º100%12.16%-
XYZ0.570.751.41-
YUV17.62135.55115.43-

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) = 43.64%
BLUE value IS 31 (12.5% from 255) = 56.36%
R=0%
G=43.64%
B=56.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal0243110.2300.88193.551006.08
Hex0181F6417058c2646
Octal030371442701303021446
Binary0110001111111001001011101011000110000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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