#002023

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

Shades of Black Pearl #002023

Tints of Black Pearl #002023

Color information

#002023 (or 0x002023) is unknown color: approx Black Pearl. HEX triplet: 00, 20 and 23. RGB value is (0,32,35). Sum of RGB (Red+Green+Blue) = 0+32+35=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 32 (12.89% from 255 or 47.76% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #002023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002023 is #FFDFDC. Grayscale: #161616. Windows color (decimal): -16768989 or 2301952. OLE color: 2301952.

HSL color Cylindrical-coordinate representation of color #002023: hue angle of 185.14º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002023 is Cyan = 1, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB03235-
CMYK10.0900.86
HSL185.14º100%6.86%-
HSV(B)185.14º100%13.73%-
XYZ0.821.151.77-
YUV22.77134.9111.76-

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) = 47.76%
BLUE value IS 35 (14.06% from 255) = 52.24%
R=0%
G=47.76%
B=52.24%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0323510.0900.86185.141006.86
Hex02023649056b9647
Octal040431441101262711447
Binary01000001000111100100100101010110101110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002023; }

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

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

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

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

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

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

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

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