#002330

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

Shades of Black Pearl #002330

Tints of Black Pearl #002330

Color information

#002330 (or 0x002330) is unknown color: approx Black Pearl. HEX triplet: 00, 23 and 30. RGB value is (0,35,48). Sum of RGB (Red+Green+Blue) = 0+35+48=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 48 (19.14% from 255 or 57.83% from 83); Max value from RGB is 48 - color contains mainly: blue. Hex color #002330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002330 is #FFDCCF. Grayscale: #191919. Windows color (decimal): -16768208 or 3154688. OLE color: 3154688.

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

Color convert

RGB03548-
CMYK10.2700.81
HSL196.25º100%9.41%-
HSV(B)196.25º100%18.82%-
XYZ1.131.423.01-
YUV26.02140.4109.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 35 (14.06% from 255) = 42.17%
BLUE value IS 48 (19.14% from 255) = 57.83%
R=0%
G=42.17%
B=57.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0354810.2700.81196.251009.41
Hex02330641B051c4649
Octal0436014433012130414411
Binary0100011110000110010011011010100011100010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002330; }

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

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

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

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

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

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

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

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