Html Css Color HEX #121D23 Black Pearl

📋 copy color: '#121D23'

red 18 ◦ green 29 ◦ blue 35

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

Shades of Black Pearl #121D23

Tints of Black Pearl #121D23

RGB

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

 GREEN value IS 29 (11.72% from 255) = 35.37%

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

R = 21.95%
G = 35.37%
B = 42.68%

CMYK

 C value IS 0.49

 M value IS 0.17

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121D23 (or 0x121D23) is known color: Black Pearl. HEX triplet: 12, 1D and 23. RGB value is (18,29,35). Sum of RGB (Red+Green+Blue) = 18+29+35=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 29 (11.72% from 255 or 35.37% from 82); Blue value is 35 (14.06% from 255 or 42.68% from 82); Max value from RGB is 35 - color contains mainly: blue. Hex color #121D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D23 is #EDE2DC. Grayscale: #1A1A1A. Windows color (decimal): -15590109 or 2301202. OLE color: 2301202.

HSL color Cylindrical-coordinate representation of color #121D23: hue angle of 201.18º 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 #121D23 is Cyan = 0.49, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 29 35 -
CMYK 0.49 0.17 0 0.86
HSL 201.18º 0.32% 0.1% -
HSV(B) 201.18º 0.49% 0.14% -
XYZ 0.99 1.13 1.76 -
YUV 26.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 18 29 35 0.49 0.17 0 0.86 201.18 0.32 0.1
Hex 12 1D 23 31 11 0 56 C9 20 A
Octal 22 35 43 61 21 0 126 311 40 12
Binary 10010 11101 100011 110001 10001 0 1010110 11001001 100000 1010

Color Harmonies of #121D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D23

Black with #121D23

Text Example


Text Example

White with #121D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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