#232728

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

Shades of Black Pearl #232728

Tints of Black Pearl #232728

Color information

#232728 (or 0x232728) is unknown color: approx Black Pearl. HEX triplet: 23, 27 and 28. RGB value is (35,39,40). Sum of RGB (Red+Green+Blue) = 35+39+40=114 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.70% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 40 - color contains mainly: blue. Hex color #232728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232728 is #DCD8D7. Grayscale: #252525. Windows color (decimal): -14473432 or 2631459. OLE color: 2631459.

HSL color Cylindrical-coordinate representation of color #232728: hue angle of 192º degrees, saturation: 0.07, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #232728 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB353940-
CMYK0.120.0200.84
HSL192º6.67%14.71%-
HSV(B)192º12.5%15.69%-
XYZ1.81.962.29-
YUV37.92129.17125.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.70%
GREEN value IS 39 (15.62% from 255) = 34.21%
BLUE value IS 40 (16.02% from 255) = 35.09%
R=30.70%
G=34.21%
B=35.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3539400.120.0200.841926.6714.71
Hex232728C2054c07f
Octal4347501420124300717
Binary10001110011110100011001001010100110000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232728; }

 p { color: rgb(35,39,40); }

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

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

 a { background-color: rgb(35,39,40); }

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

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

 span { border-color: rgb(35,39,40); }

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