Html Css Color HEX #112226 Black Pearl

📋 copy color: '#112226'

red 17 ◦ green 34 ◦ blue 38

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

Shades of Black Pearl #112226

Tints of Black Pearl #112226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 42.7%

R = 19.1%
G = 38.2%
B = 42.7%

CMYK

 C value IS 0.55

 M value IS 0.11

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112226 (or 0x112226) is known color: Black Pearl. HEX triplet: 11, 22 and 26. RGB value is (17,34,38). Sum of RGB (Red+Green+Blue) = 17+34+38=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 38 (15.23% from 255 or 42.70% from 89); Max value from RGB is 38 - color contains mainly: blue. Hex color #112226 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112226 is #EEDDD9. Grayscale: #1D1D1D. Windows color (decimal): -15654362 or 2499089. OLE color: 2499089.

HSL color Cylindrical-coordinate representation of color #112226: hue angle of 191.43º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112226 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 34 38 -
CMYK 0.55 0.11 0 0.85
HSL 191.43º 0.38% 0.11% -
HSV(B) 191.43º 0.55% 0.15% -
XYZ 1.15 1.4 2.04 -
YUV 29.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 17 34 38 0.55 0.11 0 0.85 191.43 0.38 0.11
Hex 11 22 26 37 B 0 55 BF 26 B
Octal 21 42 46 67 13 0 125 277 46 13
Binary 10001 100010 100110 110111 1011 0 1010101 10111111 100110 1011

Color Harmonies of #112226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112226

Black with #112226

Text Example


Text Example

White with #112226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112226; }

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

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

background-color css

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

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

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

border-color css

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

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

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