#232B2E

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

Shades of Black Pearl #232B2E

Tints of Black Pearl #232B2E

Color information

#232B2E (or 0x232B2E) is unknown color: approx Black Pearl. HEX triplet: 23, 2B and 2E. RGB value is (35,43,46). Sum of RGB (Red+Green+Blue) = 35+43+46=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #232B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B2E is #DCD4D1. Grayscale: #282828. Windows color (decimal): -14472402 or 3025699. OLE color: 3025699.

HSL color Cylindrical-coordinate representation of color #232B2E: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232B2E is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB354346-
CMYK0.240.0700.82
HSL196.36º13.58%15.88%-
HSV(B)196.36º23.91%18.04%-
XYZ2.052.282.92-
YUV40.95130.85123.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.23%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=28.23%
G=34.68%
B=37.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3543460.240.0700.82196.3613.5815.88
Hex232B2E187052c4e10
Octal43535630701223041620
Binary100011101011101110110001110101001011000100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232B2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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