#122630

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

Shades of Black Pearl #122630

Tints of Black Pearl #122630

Color information

#122630 (or 0x122630) is unknown color: approx Black Pearl. HEX triplet: 12, 26 and 30. RGB value is (18,38,48). Sum of RGB (Red+Green+Blue) = 18+38+48=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #122630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122630 is #EDD9CF. Grayscale: #212121. Windows color (decimal): -15587792 or 3155474. OLE color: 3155474.

HSL color Cylindrical-coordinate representation of color #122630: hue angle of 200º 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 #122630 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB183848-
CMYK0.630.2100.81
HSL200º45.45%12.94%-
HSV(B)200º62.5%18.82%-
XYZ1.481.733.05-
YUV33.16136.37117.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 38 (15.23% from 255) = 36.54%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=17.31%
G=36.54%
B=46.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1838480.630.2100.8120045.4512.94
Hex1226303F15051c82dd
Octal224660772501213105515
Binary100101001101100001111111010101010001110010001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122630; }

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

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

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

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

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

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

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

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