Html Css Color HEX #112231 Black Pearl

📋 copy color: '#112231'

red 17 ◦ green 34 ◦ blue 49

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

Shades of Black Pearl #112231

Tints of Black Pearl #112231

RGB

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

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

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

R = 17%
G = 34%
B = 49%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112231 (or 0x112231) is known color: Black Pearl. HEX triplet: 11, 22 and 31. RGB value is (17,34,49). Sum of RGB (Red+Green+Blue) = 17+34+49=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #112231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112231 is #EEDDCE. Grayscale: #1E1E1E. Windows color (decimal): -15654351 or 3219985. OLE color: 3219985.

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

Color convert

RGB 17 34 49 -
CMYK 0.65 0.31 0 0.81
HSL 208.13º 0.48% 0.13% -
HSV(B) 208.13º 0.65% 0.19% -
XYZ 1.36 1.48 3.12 -
YUV 30.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 17 34 49 0.65 0.31 0 0.81 208.13 0.48 0.13
Hex 11 22 31 41 1F 0 51 D0 30 D
Octal 21 42 61 101 37 0 121 320 60 15
Binary 10001 100010 110001 1000001 11111 0 1010001 11010000 110000 1101

Color Harmonies of #112231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112231

Black with #112231

Text Example


Text Example

White with #112231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112231; }

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

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

background-color css

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

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

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

border-color css

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

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

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