#001B1D

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

Shades of Black Pearl #001B1D

Tints of Black Pearl #001B1D

Color information

#001B1D (or 0x001B1D) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 1D. RGB value is (0,27,29). Sum of RGB (Red+Green+Blue) = 0+27+29=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #001B1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B1D is #FFE4E2. Grayscale: #131313. Windows color (decimal): -16770275 or 1907456. OLE color: 1907456.

HSL color Cylindrical-coordinate representation of color #001B1D: hue angle of 184.14º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B1D is Cyan = 1, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB02729-
CMYK10.0700.89
HSL184.14º100%5.69%-
HSV(B)184.14º100%11.37%-
XYZ0.610.871.3-
YUV19.15133.55114.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 27 (10.94% from 255) = 48.21%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=0%
G=48.21%
B=51.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal0272910.0700.89184.141005.69
Hex01B1D647059b8646
Octal03335144701312701446
Binary01101111101110010011101011001101110001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001B1D; }

 p { color: rgb(0,27,29); }

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

<style>
 a { background-color: #001B1D; }

 a { background-color: rgb(0,27,29); }

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

<style>
 span { border-color: #001B1D; }

 span { border-color: rgb(0,27,29); }

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