#002030

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

Shades of Black Pearl #002030

Tints of Black Pearl #002030

Color information

#002030 (or 0x002030) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 30. RGB value is (0,32,48). Sum of RGB (Red+Green+Blue) = 0+32+48=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 48 (19.14% from 255 or 60% from 80); Max value from RGB is 48 - color contains mainly: blue. Hex color #002030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002030 is #FFDFCF. Grayscale: #181818. Windows color (decimal): -16768976 or 3153920. OLE color: 3153920.

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

Color convert

RGB03248-
CMYK10.3300.81
HSL200º100%9.41%-
HSV(B)200º100%18.82%-
XYZ1.051.252.98-
YUV24.26141.4110.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 48 (19.14% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0324810.3300.812001009.41
Hex020306421051c8649
Octal0406014441012131014411
Binary01000001100001100100100001010100011100100011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002030; }

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

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

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

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

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

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

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

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