#002830

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

Shades of Black Pearl #002830

Tints of Black Pearl #002830

Color information

#002830 (or 0x002830) is unknown color: approx Black Pearl. HEX triplet: 00, 28 and 30. RGB value is (0,40,48). Sum of RGB (Red+Green+Blue) = 0+40+48=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 48 (19.14% from 255 or 54.55% from 88); Max value from RGB is 48 - color contains mainly: blue. Hex color #002830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002830 is #FFD7CF. Grayscale: #1C1C1C. Windows color (decimal): -16766928 or 3155968. OLE color: 3155968.

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

Color convert

RGB04048-
CMYK10.1700.81
HSL190º100%9.41%-
HSV(B)190º100%18.82%-
XYZ1.291.733.06-
YUV28.95138.75107.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 40 (16.02% from 255) = 45.45%
BLUE value IS 48 (19.14% from 255) = 54.55%
R=0%
G=45.45%
B=54.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0404810.1700.811901009.41
Hex028306411051be649
Octal0506014421012127614411
Binary0101000110000110010010001010100011011111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002830; }

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

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

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

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

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

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

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

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