#002230

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

Shades of Black Pearl #002230

Tints of Black Pearl #002230

Color information

#002230 (or 0x002230) is unknown color: approx Black Pearl. HEX triplet: 00, 22 and 30. RGB value is (0,34,48). Sum of RGB (Red+Green+Blue) = 0+34+48=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 48 (19.14% from 255 or 58.54% from 82); Max value from RGB is 48 - color contains mainly: blue. Hex color #002230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002230 is #FFDDCF. Grayscale: #191919. Windows color (decimal): -16768464 or 3154432. OLE color: 3154432.

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

Color convert

RGB03448-
CMYK10.2900.81
HSL197.5º100%9.41%-
HSV(B)197.5º100%18.82%-
XYZ1.111.363-
YUV25.43140.74109.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 34 (13.67% from 255) = 41.46%
BLUE value IS 48 (19.14% from 255) = 58.54%
R=0%
G=41.46%
B=58.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0344810.2900.81197.51009.41
Hex02230641D051c6649
Octal0426014435012130614411
Binary0100010110000110010011101010100011100011011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002230; }

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

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

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

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

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

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

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

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