#122330

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

Shades of Black Pearl #122330

Tints of Black Pearl #122330

Color information

#122330 (or 0x122330) is unknown color: approx Black Pearl. HEX triplet: 12, 23 and 30. RGB value is (18,35,48). Sum of RGB (Red+Green+Blue) = 18+35+48=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 48 (19.14% from 255 or 47.52% from 101); Max value from RGB is 48 - color contains mainly: blue. Hex color #122330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122330 is #EDDCCF. Grayscale: #1F1F1F. Windows color (decimal): -15588560 or 3154706. OLE color: 3154706.

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

Color convert

RGB183548-
CMYK0.630.2700.81
HSL206º45.45%12.94%-
HSV(B)206º62.5%18.82%-
XYZ1.381.543.02-
YUV31.4137.37118.44-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 35 (14.06% from 255) = 34.65%
BLUE value IS 48 (19.14% from 255) = 47.52%
R=17.82%
G=34.65%
B=47.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1835480.630.2700.8120645.4512.94
Hex1223303F1B051ce2dd
Octal224360773301213165515
Binary100101000111100001111111101101010001110011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122330; }

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

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

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

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

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

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

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

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