#12262D

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

Shades of Black Pearl #12262D

Tints of Black Pearl #12262D

Color information

#12262D (or 0x12262D) is unknown color: approx Black Pearl. HEX triplet: 12, 26 and 2D. RGB value is (18,38,45). Sum of RGB (Red+Green+Blue) = 18+38+45=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #12262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12262D is #EDD9D2. Grayscale: #202020. Windows color (decimal): -15587795 or 2958866. OLE color: 2958866.

HSL color Cylindrical-coordinate representation of color #12262D: hue angle of 195.56º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12262D is Cyan = 0.6, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB183845-
CMYK0.60.1600.82
HSL195.56º42.86%12.35%-
HSV(B)195.56º60%17.65%-
XYZ1.421.72.74-
YUV32.82134.87117.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 38 (15.23% from 255) = 37.62%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=17.82%
G=37.62%
B=44.55%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1838450.60.1600.82195.5642.8612.35
Hex12262D3C10052c42bc
Octal224655742001223045314
Binary100101001101011011111001000001010010110001001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12262D; }

 p { color: rgb(18,38,45); }

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

<style>
 a { background-color: #12262D; }

 a { background-color: rgb(18,38,45); }

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

<style>
 span { border-color: #12262D; }

 span { border-color: rgb(18,38,45); }

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