Html Css Color HEX #121D21 Black Pearl

📋 copy color: '#121D21'

red 18 ◦ green 29 ◦ blue 33

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

Shades of Black Pearl #121D21

Tints of Black Pearl #121D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 41.25%

R = 22.5%
G = 36.25%
B = 41.25%

CMYK

 C value IS 0.45

 M value IS 0.12

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121D21 (or 0x121D21) is known color: Black Pearl. HEX triplet: 12, 1D and 21. RGB value is (18,29,33). Sum of RGB (Red+Green+Blue) = 18+29+33=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 29 (11.72% from 255 or 36.25% from 80); Blue value is 33 (13.28% from 255 or 41.25% from 80); Max value from RGB is 33 - color contains mainly: blue. Hex color #121D21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D21 is #EDE2DE. Grayscale: #1A1A1A. Windows color (decimal): -15590111 or 2170130. OLE color: 2170130.

HSL color Cylindrical-coordinate representation of color #121D21: hue angle of 196º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #121D21 is Cyan = 0.45, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 29 33 -
CMYK 0.45 0.12 0 0.87
HSL 196º 0.29% 0.1% -
HSV(B) 196º 0.45% 0.13% -
XYZ 0.96 1.12 1.6 -
YUV 26.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 18 29 33 0.45 0.12 0 0.87 196 0.29 0.1
Hex 12 1D 21 2D C 0 57 C4 1D A
Octal 22 35 41 55 14 0 127 304 35 12
Binary 10010 11101 100001 101101 1100 0 1010111 11000100 11101 1010

Color Harmonies of #121D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121D21

Black with #121D21

Text Example


Text Example

White with #121D21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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