Html Css Color HEX #121E2E Black Pearl

📋 copy color: '#121E2E'

red 18 ◦ green 30 ◦ blue 46

#121E2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #121E2E

Tints of Black Pearl #121E2E

RGB

 RED value IS 18 (7.42% from 255) = 19.15%

 GREEN value IS 30 (12.11% from 255) = 31.91%

 BLUE value IS 46 (18.36% from 255) = 48.94%

R = 19.15%
G = 31.91%
B = 48.94%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#121E2E (or 0x121E2E) is known color: Black Pearl. HEX triplet: 12, 1E and 2E. RGB value is (18,30,46). Sum of RGB (Red+Green+Blue) = 18+30+46=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 30 (12.11% from 255 or 31.91% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #121E2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E2E is #EDE1D1. Grayscale: #1C1C1C. Windows color (decimal): -15589842 or 3022354. OLE color: 3022354.

HSL color Cylindrical-coordinate representation of color #121E2E: hue angle of 214.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121E2E is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 30 46 -
CMYK 0.61 0.35 0 0.82
HSL 214.29º 0.44% 0.13% -
HSV(B) 214.29º 0.61% 0.18% -
XYZ 1.21 1.25 2.76 -
YUV 28.24 138.02 120.7 -
System Red Green Blue C M Y K H S L
Decimal 18 30 46 0.61 0.35 0 0.82 214.29 0.44 0.13
Hex 12 1E 2E 3D 23 0 52 D6 2C D
Octal 22 36 56 75 43 0 122 326 54 15
Binary 10010 11110 101110 111101 100011 0 1010010 11010110 101100 1101

Color Harmonies of #121E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E2E

Black with #121E2E

Text Example


Text Example

White with #121E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,46); }

 H1.HeaderClassName
 {
   color: #121E2E;
 }
 .AnyTagClassName
 {
   color: #121E2E;
 }
</style>

background-color css

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

 a { background-color: rgb(18,30,46); }

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

border-color css

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

 span { border-color: rgb(18,30,46); }

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