#121F2B

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

Shades of Black Pearl #121F2B

Tints of Black Pearl #121F2B

Color information

#121F2B (or 0x121F2B) is unknown color: approx Black Pearl. HEX triplet: 12, 1F and 2B. RGB value is (18,31,43). Sum of RGB (Red+Green+Blue) = 18+31+43=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #121F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F2B is #EDE0D4. Grayscale: #1C1C1C. Windows color (decimal): -15589589 or 2826002. OLE color: 2826002.

HSL color Cylindrical-coordinate representation of color #121F2B: hue angle of 208.8º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #121F2B is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB183143-
CMYK0.580.2800.83
HSL208.8º40.98%11.96%-
HSV(B)208.8º58.14%16.86%-
XYZ1.181.282.47-
YUV28.48136.19120.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 31 (12.5% from 255) = 33.70%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=19.57%
G=33.70%
B=46.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1831430.580.2800.83208.840.9811.96
Hex121F2B3A1C053d129c
Octal223753723401233215114
Binary10010111111010111110101110001010011110100011010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121F2B; }

 p { color: rgb(18,31,43); }

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

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

 a { background-color: rgb(18,31,43); }

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

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

 span { border-color: rgb(18,31,43); }

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