#001B2C

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

Shades of Black Pearl #001B2C

Tints of Black Pearl #001B2C

Color information

#001B2C (or 0x001B2C) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 2C. RGB value is (0,27,44). Sum of RGB (Red+Green+Blue) = 0+27+44=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 27 (10.94% from 255 or 38.03% from 71); Blue value is 44 (17.58% from 255 or 61.97% from 71); Max value from RGB is 44 - color contains mainly: blue. Hex color #001B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B2C is #FFE4D3. Grayscale: #141414. Windows color (decimal): -16770260 or 2890496. OLE color: 2890496.

HSL color Cylindrical-coordinate representation of color #001B2C: hue angle of 203.18º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B2C is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB02744-
CMYK10.3900.83
HSL203.18º100%8.63%-
HSV(B)203.18º100%17.25%-
XYZ0.850.972.52-
YUV20.86141.05113.12-

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) = 38.03%
BLUE value IS 44 (17.58% from 255) = 61.97%
R=0%
G=38.03%
B=61.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0274410.3900.83203.181008.63
Hex01B2C6427053cb649
Octal0335414447012331314411
Binary0110111011001100100100111010100111100101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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