Html Css Color HEX #112431 Black Pearl

📋 copy color: '#112431'

red 17 ◦ green 36 ◦ blue 49

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

Shades of Black Pearl #112431

Tints of Black Pearl #112431

RGB

 RED value IS 17 (7.03% from 255) = 16.67%

 GREEN value IS 36 (14.45% from 255) = 35.29%

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

R = 16.67%
G = 35.29%
B = 48.04%

CMYK

 C value IS 0.65

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112431 (or 0x112431) is known color: Black Pearl. HEX triplet: 11, 24 and 31. RGB value is (17,36,49). Sum of RGB (Red+Green+Blue) = 17+36+49=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #112431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112431 is #EEDBCE. Grayscale: #1F1F1F. Windows color (decimal): -15653839 or 3220497. OLE color: 3220497.

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

Color convert

RGB 17 36 49 -
CMYK 0.65 0.27 0 0.81
HSL 204.38º 0.48% 0.13% -
HSV(B) 204.38º 0.65% 0.19% -
XYZ 1.42 1.6 3.14 -
YUV 31.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 17 36 49 0.65 0.27 0 0.81 204.38 0.48 0.13
Hex 11 24 31 41 1B 0 51 CC 30 D
Octal 21 44 61 101 33 0 121 314 60 15
Binary 10001 100100 110001 1000001 11011 0 1010001 11001100 110000 1101

Color Harmonies of #112431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112431

Black with #112431

Text Example


Text Example

White with #112431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112431; }

 p { color: rgb(17,36,49); }

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

background-color css

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

 a { background-color: rgb(17,36,49); }

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

border-color css

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

 span { border-color: rgb(17,36,49); }

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