Html Css Color HEX #122231 Black Pearl

📋 copy color: '#122231'

red 18 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #122231

Tints of Black Pearl #122231

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.66%

 BLUE value IS 49 (19.53% from 255) = 48.51%

R = 17.82%
G = 33.66%
B = 48.51%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#122231 (or 0x122231) is known color: Black Pearl. HEX triplet: 12, 22 and 31. RGB value is (18,34,49). Sum of RGB (Red+Green+Blue) = 18+34+49=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #122231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122231 is #EDDDCE. Grayscale: #1E1E1E. Windows color (decimal): -15588815 or 3219986. OLE color: 3219986.

HSL color Cylindrical-coordinate representation of color #122231: hue angle of 209.03º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #122231 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 34 49 -
CMYK 0.63 0.31 0 0.81
HSL 209.03º 0.46% 0.13% -
HSV(B) 209.03º 0.63% 0.19% -
XYZ 1.38 1.49 3.12 -
YUV 30.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 18 34 49 0.63 0.31 0 0.81 209.03 0.46 0.13
Hex 12 22 31 3F 1F 0 51 D1 2E D
Octal 22 42 61 77 37 0 121 321 56 15
Binary 10010 100010 110001 111111 11111 0 1010001 11010001 101110 1101

Color Harmonies of #122231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122231

Black with #122231

Text Example


Text Example

White with #122231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122231; }

 p { color: rgb(18,34,49); }

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

background-color css

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

 a { background-color: rgb(18,34,49); }

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

border-color css

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

 span { border-color: rgb(18,34,49); }

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