#12232F

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

Shades of Black Pearl #12232F

Tints of Black Pearl #12232F

Color information

#12232F (or 0x12232F) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 2F. RGB value is (18,35,47). Sum of RGB (Red+Green+Blue) = 18+35+47=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #12232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12232F is #EDDCD0. Grayscale: #1F1F1F. Windows color (decimal): -15588561 or 3089170. OLE color: 3089170.

HSL color Cylindrical-coordinate representation of color #12232F: hue angle of 204.83º 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 #12232F is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183547-
CMYK0.620.2600.82
HSL204.83º44.62%12.75%-
HSV(B)204.83º61.7%18.43%-
XYZ1.361.542.91-
YUV31.28136.87118.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 35 (14.06% from 255) = 35%
BLUE value IS 47 (18.75% from 255) = 47%
R=18%
G=35%
B=47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1835470.620.2600.82204.8344.6212.75
Hex12232F3E1A052cd2dd
Octal224357763201223155515
Binary100101000111011111111101101001010010110011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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