#122930

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

Shades of Black Pearl #122930

Tints of Black Pearl #122930

Color information

#122930 (or 0x122930) is unknown color: approx Black Pearl. HEX triplet: 12, 29 and 30. RGB value is (18,41,48). Sum of RGB (Red+Green+Blue) = 18+41+48=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 41 (16.41% from 255 or 38.32% from 107); Blue value is 48 (19.14% from 255 or 44.86% from 107); Max value from RGB is 48 - color contains mainly: blue. Hex color #122930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122930 is #EDD6CF. Grayscale: #222222. Windows color (decimal): -15587024 or 3156242. OLE color: 3156242.

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

Color convert

RGB184148-
CMYK0.630.1500.81
HSL194º45.45%12.94%-
HSV(B)194º62.5%18.82%-
XYZ1.581.933.09-
YUV34.92135.38115.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 41 (16.41% from 255) = 38.32%
BLUE value IS 48 (19.14% from 255) = 44.86%
R=16.82%
G=38.32%
B=44.86%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1841480.630.1500.8119445.4512.94
Hex1229303FF051c22dd
Octal225160771701213025515
Binary10010101001110000111111111101010001110000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122930; }

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

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

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

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

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

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

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

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