#12212F

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

Shades of Black Pearl #12212F

Tints of Black Pearl #12212F

Color information

#12212F (or 0x12212F) is unknown color: approx Black Pearl. HEX triplet: 12, 21 and 2F. RGB value is (18,33,47). Sum of RGB (Red+Green+Blue) = 18+33+47=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 47 (18.75% from 255 or 47.96% from 98); Max value from RGB is 47 - color contains mainly: blue. Hex color #12212F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12212F is #EDDED0. Grayscale: #1E1E1E. Windows color (decimal): -15589073 or 3088658. OLE color: 3088658.

HSL color Cylindrical-coordinate representation of color #12212F: hue angle of 208.97º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12212F is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183347-
CMYK0.620.3000.82
HSL208.97º44.62%12.75%-
HSV(B)208.97º61.7%18.43%-
XYZ1.311.422.89-
YUV30.11137.53119.36-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 33 (13.28% from 255) = 33.67%
BLUE value IS 47 (18.75% from 255) = 47.96%
R=18.37%
G=33.67%
B=47.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1833470.620.3000.82208.9744.6212.75
Hex12212F3E1E052d12dd
Octal224157763601223215515
Binary100101000011011111111101111001010010110100011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12212F; }

 p { color: rgb(18,33,47); }

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

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

 a { background-color: rgb(18,33,47); }

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

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

 span { border-color: rgb(18,33,47); }

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