#002930

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

Shades of Black Pearl #002930

Tints of Black Pearl #002930

Color information

#002930 (or 0x002930) is unknown color: approx Black Pearl. HEX triplet: 00, 29 and 30. RGB value is (0,41,48). Sum of RGB (Red+Green+Blue) = 0+41+48=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 48 (19.14% from 255 or 53.93% from 89); Max value from RGB is 48 - color contains mainly: blue. Hex color #002930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002930 is #FFD6CF. Grayscale: #1D1D1D. Windows color (decimal): -16766672 or 3156224. OLE color: 3156224.

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

Color convert

RGB04148-
CMYK10.1500.81
HSL188.75º100%9.41%-
HSV(B)188.75º100%18.82%-
XYZ1.331.83.07-
YUV29.54138.42106.93-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 41 (16.41% from 255) = 46.07%
BLUE value IS 48 (19.14% from 255) = 53.93%
R=0%
G=46.07%
B=53.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0414810.1500.81188.751009.41
Hex0293064F051bd649
Octal0516014417012127514411
Binary010100111000011001001111010100011011110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002930; }

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

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

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

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

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

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

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

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