#23282A

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

Shades of Black Pearl #23282A

Tints of Black Pearl #23282A

Color information

#23282A (or 0x23282A) is unknown color: approx Black Pearl. HEX triplet: 23, 28 and 2A. RGB value is (35,40,42). Sum of RGB (Red+Green+Blue) = 35+40+42=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 42 - color contains mainly: blue. Hex color #23282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23282A is #DCD7D5. Grayscale: #262626. Windows color (decimal): -14473174 or 2762787. OLE color: 2762787.

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

Color convert

RGB354042-
CMYK0.170.0500.84
HSL197.14º9.09%15.1%-
HSV(B)197.14º16.67%16.47%-
XYZ1.872.042.49-
YUV38.73129.84125.34-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.91%
GREEN value IS 40 (16.02% from 255) = 34.19%
BLUE value IS 42 (16.80% from 255) = 35.90%
R=29.91%
G=34.19%
B=35.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3540420.170.0500.84197.149.0915.1
Hex23282A115054c59f
Octal43505221501243051117
Binary10001110100010101010001101010101001100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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