#122430

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

Shades of Black Pearl #122430

Tints of Black Pearl #122430

Color information

#122430 (or 0x122430) is unknown color: approx Black Pearl. HEX triplet: 12, 24 and 30. RGB value is (18,36,48). Sum of RGB (Red+Green+Blue) = 18+36+48=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #122430 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122430 is #EDDBCF. Grayscale: #1F1F1F. Windows color (decimal): -15588304 or 3154962. OLE color: 3154962.

HSL color Cylindrical-coordinate representation of color #122430: hue angle of 204º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122430 is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB183648-
CMYK0.630.2500.81
HSL204º45.45%12.94%-
HSV(B)204º62.5%18.82%-
XYZ1.411.63.03-
YUV31.99137.04118.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 36 (14.45% from 255) = 35.29%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=17.65%
G=35.29%
B=47.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1836480.630.2500.8120445.4512.94
Hex1224303F19051cc2dd
Octal224460773101213145515
Binary100101001001100001111111100101010001110011001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122430; }

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

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

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

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

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

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

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

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