#00232A

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

Shades of Black Pearl #00232A

Tints of Black Pearl #00232A

Color information

#00232A (or 0x00232A) is unknown color: approx Black Pearl. HEX triplet: 00, 23 and 2A. RGB value is (0,35,42). Sum of RGB (Red+Green+Blue) = 0+35+42=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 35 (14.06% from 255 or 45.45% from 77); Blue value is 42 (16.80% from 255 or 54.55% from 77); Max value from RGB is 42 - color contains mainly: blue. Hex color #00232A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00232A is #FFDCD5. Grayscale: #191919. Windows color (decimal): -16768214 or 2761472. OLE color: 2761472.

HSL color Cylindrical-coordinate representation of color #00232A: hue angle of 190º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00232A is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB03542-
CMYK10.1700.84
HSL190º100%8.24%-
HSV(B)190º100%16.47%-
XYZ1.021.372.4-
YUV25.33137.4109.93-

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) = 45.45%
BLUE value IS 42 (16.80% from 255) = 54.55%
R=0%
G=45.45%
B=54.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0354210.1700.841901008.24
Hex0232A6411054be648
Octal0435214421012427614410
Binary0100011101010110010010001010101001011111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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