#12222B

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

Shades of Black Pearl #12222B

Tints of Black Pearl #12222B

Color information

#12222B (or 0x12222B) is unknown color: approx Black Pearl. HEX triplet: 12, 22 and 2B. RGB value is (18,34,43). Sum of RGB (Red+Green+Blue) = 18+34+43=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #12222B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12222B is #EDDDD4. Grayscale: #1E1E1E. Windows color (decimal): -15588821 or 2826770. OLE color: 2826770.

HSL color Cylindrical-coordinate representation of color #12222B: hue angle of 201.6º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12222B is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183443-
CMYK0.580.2100.83
HSL201.6º40.98%11.96%-
HSV(B)201.6º58.14%16.86%-
XYZ1.261.452.5-
YUV30.24135.2119.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.95%
GREEN value IS 34 (13.67% from 255) = 35.79%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=18.95%
G=35.79%
B=45.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1834430.580.2100.83201.640.9811.96
Hex12222B3A15053ca29c
Octal224253722501233125114
Binary100101000101010111110101010101010011110010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,34,43); }

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

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

 a { background-color: rgb(18,34,43); }

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

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

 span { border-color: rgb(18,34,43); }

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