Html Css Color HEX #121E23 Black Pearl

📋 copy color: '#121E23'

red 18 ◦ green 30 ◦ blue 35

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

Shades of Black Pearl #121E23

Tints of Black Pearl #121E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 42.17%

R = 21.69%
G = 36.14%
B = 42.17%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121E23 (or 0x121E23) is known color: Black Pearl. HEX triplet: 12, 1E and 23. RGB value is (18,30,35). Sum of RGB (Red+Green+Blue) = 18+30+35=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 30 (12.11% from 255 or 36.14% from 83); Blue value is 35 (14.06% from 255 or 42.17% from 83); Max value from RGB is 35 - color contains mainly: blue. Hex color #121E23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E23 is #EDE1DC. Grayscale: #1A1A1A. Windows color (decimal): -15589853 or 2301458. OLE color: 2301458.

HSL color Cylindrical-coordinate representation of color #121E23: hue angle of 197.65º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #121E23 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 30 35 -
CMYK 0.49 0.14 0 0.86
HSL 197.65º 0.32% 0.1% -
HSV(B) 197.65º 0.49% 0.14% -
XYZ 1.02 1.18 1.76 -
YUV 26.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 18 30 35 0.49 0.14 0 0.86 197.65 0.32 0.1
Hex 12 1E 23 31 E 0 56 C6 20 A
Octal 22 36 43 61 16 0 126 306 40 12
Binary 10010 11110 100011 110001 1110 0 1010110 11000110 100000 1010

Color Harmonies of #121E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E23

Black with #121E23

Text Example


Text Example

White with #121E23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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