#23292B

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

Shades of Black Pearl #23292B

Tints of Black Pearl #23292B

Color information

#23292B (or 0x23292B) is unknown color: approx Black Pearl. HEX triplet: 23, 29 and 2B. RGB value is (35,41,43). Sum of RGB (Red+Green+Blue) = 35+41+43=119 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.41% from 119); Green value is 41 (16.41% from 255 or 34.45% from 119); Blue value is 43 (17.19% from 255 or 36.13% from 119); Max value from RGB is 43 - color contains mainly: blue. Hex color #23292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23292B is #DCD6D4. Grayscale: #272727. Windows color (decimal): -14472917 or 2828579. OLE color: 2828579.

HSL color Cylindrical-coordinate representation of color #23292B: hue angle of 195º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #23292B is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB354143-
CMYK0.190.0500.83
HSL195º10.26%15.29%-
HSV(B)195º18.6%16.86%-
XYZ1.922.122.59-
YUV39.43130.01124.84-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.41%
GREEN value IS 41 (16.41% from 255) = 34.45%
BLUE value IS 43 (17.19% from 255) = 36.13%
R=29.41%
G=34.45%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3541430.190.0500.8319510.2615.29
Hex23292B135053c3af
Octal43515323501233031217
Binary10001110100110101110011101010100111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23292B; }

 p { color: rgb(35,41,43); }

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

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

 a { background-color: rgb(35,41,43); }

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

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

 span { border-color: rgb(35,41,43); }

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