Html Css Color HEX #121B21 Black Pearl

📋 copy color: '#121B21'

red 18 ◦ green 27 ◦ blue 33

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

Shades of Black Pearl #121B21

Tints of Black Pearl #121B21

RGB

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

 GREEN value IS 27 (10.94% from 255) = 34.62%

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

R = 23.08%
G = 34.62%
B = 42.31%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#121B21 (or 0x121B21) is known color: Black Pearl. HEX triplet: 12, 1B and 21. RGB value is (18,27,33). Sum of RGB (Red+Green+Blue) = 18+27+33=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 33 (13.28% from 255 or 42.31% from 78); Max value from RGB is 33 - color contains mainly: blue. Hex color #121B21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B21 is #EDE4DE. Grayscale: #181818. Windows color (decimal): -15590623 or 2169618. OLE color: 2169618.

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

Color convert

RGB 18 27 33 -
CMYK 0.45 0.18 0 0.87
HSL 204º 0.29% 0.1% -
HSV(B) 204º 0.45% 0.13% -
XYZ 0.92 1.02 1.59 -
YUV 24.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 18 27 33 0.45 0.18 0 0.87 204 0.29 0.1
Hex 12 1B 21 2D 12 0 57 CC 1D A
Octal 22 33 41 55 22 0 127 314 35 12
Binary 10010 11011 100001 101101 10010 0 1010111 11001100 11101 1010

Color Harmonies of #121B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B21

Black with #121B21

Text Example


Text Example

White with #121B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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