#001B2A

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

Shades of Black Pearl #001B2A

Tints of Black Pearl #001B2A

Color information

#001B2A (or 0x001B2A) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 2A. RGB value is (0,27,42). Sum of RGB (Red+Green+Blue) = 0+27+42=69 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 69); Green value is 27 (10.94% from 255 or 39.13% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #001B2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B2A is #FFE4D5. Grayscale: #141414. Windows color (decimal): -16770262 or 2759424. OLE color: 2759424.

HSL color Cylindrical-coordinate representation of color #001B2A: hue angle of 201.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B2A is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB02742-
CMYK10.3600.84
HSL201.43º100%8.24%-
HSV(B)201.43º100%16.47%-
XYZ0.810.952.33-
YUV20.64140.05113.28-

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) = 39.13%
BLUE value IS 42 (16.80% from 255) = 60.87%
R=0%
G=39.13%
B=60.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0274210.3600.84201.431008.24
Hex01B2A6424054c9648
Octal0335214444012431114410
Binary0110111010101100100100100010101001100100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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