#001B2F

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

Shades of Black Pearl #001B2F

Tints of Black Pearl #001B2F

Color information

#001B2F (or 0x001B2F) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 2F. RGB value is (0,27,47). Sum of RGB (Red+Green+Blue) = 0+27+47=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 27 (10.94% from 255 or 36.49% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #001B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B2F is #FFE4D0. Grayscale: #151515. Windows color (decimal): -16770257 or 3087104. OLE color: 3087104.

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

Color convert

RGB02747-
CMYK10.4300.82
HSL205.53º100%9.22%-
HSV(B)205.53º100%18.43%-
XYZ0.910.992.83-
YUV21.21142.55112.87-

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) = 36.49%
BLUE value IS 47 (18.75% from 255) = 63.51%
R=0%
G=36.49%
B=63.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0274710.4300.82205.531009.22
Hex01B2F642B052ce649
Octal0335714453012231614411
Binary0110111011111100100101011010100101100111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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