#232D30

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

Shades of Black Pearl #232D30

Tints of Black Pearl #232D30

Color information

#232D30 (or 0x232D30) is unknown color: approx Black Pearl. HEX triplet: 23, 2D and 30. RGB value is (35,45,48). Sum of RGB (Red+Green+Blue) = 35+45+48=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: blue. Hex color #232D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D30 is #DCD2CF. Grayscale: #2A2A2A. Windows color (decimal): -14471888 or 3157283. OLE color: 3157283.

HSL color Cylindrical-coordinate representation of color #232D30: hue angle of 193.85º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #232D30 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB354548-
CMYK0.270.0600.81
HSL193.85º15.66%16.27%-
HSV(B)193.85º27.08%18.82%-
XYZ2.172.453.15-
YUV42.35131.19122.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.34%
GREEN value IS 45 (17.97% from 255) = 35.16%
BLUE value IS 48 (19.14% from 255) = 37.5%
R=27.34%
G=35.16%
B=37.5%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3545480.270.0600.81193.8515.6616.27
Hex232D301B6051c21010
Octal43556033601213022020
Binary1000111011011100001101111001010001110000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232D30; }

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

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

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

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

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

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

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

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