Html Css Color HEX #121921 Black Pearl

📋 copy color: '#121921'

red 18 ◦ green 25 ◦ blue 33

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

Shades of Black Pearl #121921

Tints of Black Pearl #121921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 32.89%

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

R = 23.68%
G = 32.89%
B = 43.42%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121921 (or 0x121921) is known color: Black Pearl. HEX triplet: 12, 19 and 21. RGB value is (18,25,33). Sum of RGB (Red+Green+Blue) = 18+25+33=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 33 (13.28% from 255 or 43.42% from 76); Max value from RGB is 33 - color contains mainly: blue. Hex color #121921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121921 is #EDE6DE. Grayscale: #171717. Windows color (decimal): -15591135 or 2169106. OLE color: 2169106.

HSL color Cylindrical-coordinate representation of color #121921: hue angle of 212º 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 #121921 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 25 33 -
CMYK 0.45 0.24 0 0.87
HSL 212º 0.29% 0.1% -
HSV(B) 212º 0.45% 0.13% -
XYZ 0.87 0.93 1.57 -
YUV 23.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 18 25 33 0.45 0.24 0 0.87 212 0.29 0.1
Hex 12 19 21 2D 18 0 57 D4 1D A
Octal 22 31 41 55 30 0 127 324 35 12
Binary 10010 11001 100001 101101 11000 0 1010111 11010100 11101 1010

Color Harmonies of #121921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121921

Black with #121921

Text Example


Text Example

White with #121921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121921; }

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

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

background-color css

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

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

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

border-color css

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

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

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