#001B30

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

Shades of Black Pearl #001B30

Tints of Black Pearl #001B30

Color information

#001B30 (or 0x001B30) is unknown color: approx Black Pearl. HEX triplet: 00, 1B and 30. RGB value is (0,27,48). Sum of RGB (Red+Green+Blue) = 0+27+48=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #001B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B30 is #FFE4CF. Grayscale: #151515. Windows color (decimal): -16770256 or 3152640. OLE color: 3152640.

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

Color convert

RGB02748-
CMYK10.4400.81
HSL206.25º100%9.41%-
HSV(B)206.25º100%18.82%-
XYZ0.9312.94-
YUV21.32143.05112.79-

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%
BLUE value IS 48 (19.14% from 255) = 64%
R=0%
G=36%
B=64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0274810.4400.81206.251009.41
Hex01B30642C051ce649
Octal0336014454012131614411
Binary0110111100001100100101100010100011100111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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