#12262C

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

Shades of Black Pearl #12262C

Tints of Black Pearl #12262C

Color information

#12262C (or 0x12262C) is unknown color: approx Black Pearl. HEX triplet: 12, 26 and 2C. RGB value is (18,38,44). Sum of RGB (Red+Green+Blue) = 18+38+44=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 44 (17.58% from 255 or 44% from 100); Max value from RGB is 44 - color contains mainly: blue. Hex color #12262C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12262C is #EDD9D3. Grayscale: #202020. Windows color (decimal): -15587796 or 2893330. OLE color: 2893330.

HSL color Cylindrical-coordinate representation of color #12262C: hue angle of 193.85º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12262C is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183844-
CMYK0.590.1400.83
HSL193.85º41.94%12.16%-
HSV(B)193.85º59.09%17.25%-
XYZ1.41.72.64-
YUV32.7134.37117.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 38 (15.23% from 255) = 38%
BLUE value IS 44 (17.58% from 255) = 44%
R=18%
G=38%
B=44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1838440.590.1400.83193.8541.9412.16
Hex12262C3BE053c22ac
Octal224654731601233025214
Binary10010100110101100111011111001010011110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12262C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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