Html Css Color HEX #121B23 Black Pearl

📋 copy color: '#121B23'

red 18 ◦ green 27 ◦ blue 35

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

Shades of Black Pearl #121B23

Tints of Black Pearl #121B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 43.75%

R = 22.5%
G = 33.75%
B = 43.75%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#121B23 (or 0x121B23) is known color: Black Pearl. HEX triplet: 12, 1B and 23. RGB value is (18,27,35). Sum of RGB (Red+Green+Blue) = 18+27+35=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 35 (14.06% from 255 or 43.75% from 80); Max value from RGB is 35 - color contains mainly: blue. Hex color #121B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B23 is #EDE4DC. Grayscale: #191919. Windows color (decimal): -15590621 or 2300690. OLE color: 2300690.

HSL color Cylindrical-coordinate representation of color #121B23: hue angle of 208.24º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #121B23 is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 18 27 35 -
CMYK 0.49 0.23 0 0.86
HSL 208.24º 0.32% 0.1% -
HSV(B) 208.24º 0.49% 0.14% -
XYZ 0.94 1.03 1.74 -
YUV 25.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 18 27 35 0.49 0.23 0 0.86 208.24 0.32 0.1
Hex 12 1B 23 31 17 0 56 D0 20 A
Octal 22 33 43 61 27 0 126 320 40 12
Binary 10010 11011 100011 110001 10111 0 1010110 11010000 100000 1010

Color Harmonies of #121B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B23

Black with #121B23

Text Example


Text Example

White with #121B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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