#232526

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

Shades of Black Pearl #232526

Tints of Black Pearl #232526

Color information

#232526 (or 0x232526) is unknown color: approx Black Pearl. HEX triplet: 23, 25 and 26. RGB value is (35,37,38). Sum of RGB (Red+Green+Blue) = 35+37+38=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 37 (14.84% from 255 or 33.64% from 110); Blue value is 38 (15.23% from 255 or 34.55% from 110); Max value from RGB is 38 - color contains mainly: blue. Hex color #232526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232526 is #DCDAD9. Grayscale: #242424. Windows color (decimal): -14473946 or 2499875. OLE color: 2499875.

HSL color Cylindrical-coordinate representation of color #232526: hue angle of 200º degrees, saturation: 0.04, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #232526 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB353738-
CMYK0.080.0300.85
HSL200º4.11%14.31%-
HSV(B)200º7.89%14.9%-
XYZ1.71.822.1-
YUV36.52128.84126.92-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 37 (14.84% from 255) = 33.64%
BLUE value IS 38 (15.23% from 255) = 34.55%
R=31.82%
G=33.64%
B=34.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal3537380.080.0300.852004.1114.31
Hex23252683055c84e
Octal4345461030125310416
Binary10001110010110011010001101010101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232526; }

 p { color: rgb(35,37,38); }

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

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

 a { background-color: rgb(35,37,38); }

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

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

 span { border-color: rgb(35,37,38); }

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