#002130

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

Shades of Black Pearl #002130

Tints of Black Pearl #002130

Color information

#002130 (or 0x002130) is unknown color: approx Black Pearl. HEX triplet: 00, 21 and 30. RGB value is (0,33,48). Sum of RGB (Red+Green+Blue) = 0+33+48=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 33 (13.28% from 255 or 40.74% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #002130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002130 is #FFDECF. Grayscale: #181818. Windows color (decimal): -16768720 or 3154176. OLE color: 3154176.

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

Color convert

RGB03348-
CMYK10.3100.81
HSL198.75º100%9.41%-
HSV(B)198.75º100%18.82%-
XYZ1.081.32.99-
YUV24.84141.07110.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 33 (13.28% from 255) = 40.74%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=0%
G=40.74%
B=59.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0334810.3100.81198.751009.41
Hex02130641F051c7649
Octal0416014437012130714411
Binary0100001110000110010011111010100011100011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002130; }

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

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

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

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

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

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

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

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