#00232D

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

Shades of Black Pearl #00232D

Tints of Black Pearl #00232D

Color information

#00232D (or 0x00232D) is unknown color: approx Black Pearl. HEX triplet: 00, 23 and 2D. RGB value is (0,35,45). Sum of RGB (Red+Green+Blue) = 0+35+45=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 45 (17.97% from 255 or 56.25% from 80); Max value from RGB is 45 - color contains mainly: blue. Hex color #00232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00232D is #FFDCD2. Grayscale: #191919. Windows color (decimal): -16768211 or 2958080. OLE color: 2958080.

HSL color Cylindrical-coordinate representation of color #00232D: hue angle of 193.33º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00232D is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB03545-
CMYK10.2200.82
HSL193.33º100%8.82%-
HSV(B)193.33º100%17.65%-
XYZ1.071.392.69-
YUV25.67138.9109.69-

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) = 43.75%
BLUE value IS 45 (17.97% from 255) = 56.25%
R=0%
G=43.75%
B=56.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0354510.2200.82193.331008.82
Hex0232D6416052c1649
Octal0435514426012230114411
Binary0100011101101110010010110010100101100000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00232D; }

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

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

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

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

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

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

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

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