Html Css Color HEX #121C21 Black Pearl

📋 copy color: '#121C21'

red 18 ◦ green 28 ◦ blue 33

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

Shades of Black Pearl #121C21

Tints of Black Pearl #121C21

RGB

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

 GREEN value IS 28 (11.33% from 255) = 35.44%

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

R = 22.78%
G = 35.44%
B = 41.77%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121C21 (or 0x121C21) is known color: Black Pearl. HEX triplet: 12, 1C and 21. RGB value is (18,28,33). Sum of RGB (Red+Green+Blue) = 18+28+33=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 28 (11.33% from 255 or 35.44% from 79); Blue value is 33 (13.28% from 255 or 41.77% from 79); Max value from RGB is 33 - color contains mainly: blue. Hex color #121C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C21 is #EDE3DE. Grayscale: #191919. Windows color (decimal): -15590367 or 2169874. OLE color: 2169874.

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

Color convert

RGB 18 28 33 -
CMYK 0.45 0.15 0 0.87
HSL 200º 0.29% 0.1% -
HSV(B) 200º 0.45% 0.13% -
XYZ 0.94 1.07 1.6 -
YUV 25.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 18 28 33 0.45 0.15 0 0.87 200 0.29 0.1
Hex 12 1C 21 2D F 0 57 C8 1D A
Octal 22 34 41 55 17 0 127 310 35 12
Binary 10010 11100 100001 101101 1111 0 1010111 11001000 11101 1010

Color Harmonies of #121C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C21

Black with #121C21

Text Example


Text Example

White with #121C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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