#12242A

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

Shades of Black Pearl #12242A

Tints of Black Pearl #12242A

Color information

#12242A (or 0x12242A) is unknown color: approx Black Pearl. HEX triplet: 12, 24 and 2A. RGB value is (18,36,42). Sum of RGB (Red+Green+Blue) = 18+36+42=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #12242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12242A is #EDDBD5. Grayscale: #1F1F1F. Windows color (decimal): -15588310 or 2761746. OLE color: 2761746.

HSL color Cylindrical-coordinate representation of color #12242A: hue angle of 195º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12242A is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183642-
CMYK0.570.1400.84
HSL195º40%11.76%-
HSV(B)195º57.14%16.47%-
XYZ1.31.562.42-
YUV31.3134.04118.51-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 36 (14.45% from 255) = 37.5%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=18.75%
G=37.5%
B=43.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1836420.570.1400.841954011.76
Hex12242A39E054c328c
Octal224452711601243035014
Binary10010100100101010111001111001010100110000111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12242A; }

 p { color: rgb(18,36,42); }

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

<style>
 a { background-color: #12242A; }

 a { background-color: rgb(18,36,42); }

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

<style>
 span { border-color: #12242A; }

 span { border-color: rgb(18,36,42); }

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