Html Css Color HEX #121821 Black Pearl

📋 copy color: '#121821'

red 18 ◦ green 24 ◦ blue 33

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

Shades of Black Pearl #121821

Tints of Black Pearl #121821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 32%

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

R = 24%
G = 32%
B = 44%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121821 (or 0x121821) is known color: Black Pearl. HEX triplet: 12, 18 and 21. RGB value is (18,24,33). Sum of RGB (Red+Green+Blue) = 18+24+33=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 24 (9.77% from 255 or 32% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #121821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121821 is #EDE7DE. Grayscale: #171717. Windows color (decimal): -15591391 or 2168850. OLE color: 2168850.

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

Color convert

RGB 18 24 33 -
CMYK 0.45 0.27 0 0.87
HSL 216º 0.29% 0.1% -
HSV(B) 216º 0.45% 0.13% -
XYZ 0.85 0.89 1.57 -
YUV 23.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 18 24 33 0.45 0.27 0 0.87 216 0.29 0.1
Hex 12 18 21 2D 1B 0 57 D8 1D A
Octal 22 30 41 55 33 0 127 330 35 12
Binary 10010 11000 100001 101101 11011 0 1010111 11011000 11101 1010

Color Harmonies of #121821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121821

Black with #121821

Text Example


Text Example

White with #121821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121821; }

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

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

background-color css

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

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

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

border-color css

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

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

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