Html Css Color HEX #122831 Black Pearl

📋 copy color: '#122831'

red 18 ◦ green 40 ◦ blue 49

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

Shades of Black Pearl #122831

Tints of Black Pearl #122831

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.38%

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

R = 16.82%
G = 37.38%
B = 45.79%

CMYK

 C value IS 0.63

 M value IS 0.18

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#122831 (or 0x122831) is known color: Black Pearl. HEX triplet: 12, 28 and 31. RGB value is (18,40,49). Sum of RGB (Red+Green+Blue) = 18+40+49=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #122831 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122831 is #EDD7CE. Grayscale: #222222. Windows color (decimal): -15587279 or 3221522. OLE color: 3221522.

HSL color Cylindrical-coordinate representation of color #122831: hue angle of 197.42º 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 #122831 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 40 49 -
CMYK 0.63 0.18 0 0.81
HSL 197.42º 0.46% 0.13% -
HSV(B) 197.42º 0.63% 0.19% -
XYZ 1.56 1.87 3.18 -
YUV 34.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 18 40 49 0.63 0.18 0 0.81 197.42 0.46 0.13
Hex 12 28 31 3F 12 0 51 C5 2E D
Octal 22 50 61 77 22 0 121 305 56 15
Binary 10010 101000 110001 111111 10010 0 1010001 11000101 101110 1101

Color Harmonies of #122831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122831

Black with #122831

Text Example


Text Example

White with #122831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122831; }

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

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

background-color css

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

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

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

border-color css

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

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

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