#001C30

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

Shades of Black Pearl #001C30

Tints of Black Pearl #001C30

Color information

#001C30 (or 0x001C30) is unknown color: approx Black Pearl. HEX triplet: 00, 1C and 30. RGB value is (0,28,48). Sum of RGB (Red+Green+Blue) = 0+28+48=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 28 (11.33% from 255 or 36.84% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #001C30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C30 is #FFE3CF. Grayscale: #151515. Windows color (decimal): -16770000 or 3152896. OLE color: 3152896.

HSL color Cylindrical-coordinate representation of color #001C30: hue angle of 205º 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 #001C30 is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB02848-
CMYK10.4200.81
HSL205º100%9.41%-
HSV(B)205º100%18.82%-
XYZ0.951.042.95-
YUV21.91142.72112.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 28 (11.33% from 255) = 36.84%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=0%
G=36.84%
B=63.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0284810.4200.812051009.41
Hex01C30642A051cd649
Octal0346014452012131514411
Binary0111001100001100100101010010100011100110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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