Html Css Color HEX #112126 Black Pearl

📋 copy color: '#112126'

red 17 ◦ green 33 ◦ blue 38

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

Shades of Black Pearl #112126

Tints of Black Pearl #112126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 37.5%

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

R = 19.32%
G = 37.5%
B = 43.18%

CMYK

 C value IS 0.55

 M value IS 0.13

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112126 (or 0x112126) is known color: Black Pearl. HEX triplet: 11, 21 and 26. RGB value is (17,33,38). Sum of RGB (Red+Green+Blue) = 17+33+38=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 38 (15.23% from 255 or 43.18% from 88); Max value from RGB is 38 - color contains mainly: blue. Hex color #112126 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112126 is #EEDED9. Grayscale: #1C1C1C. Windows color (decimal): -15654618 or 2498833. OLE color: 2498833.

HSL color Cylindrical-coordinate representation of color #112126: hue angle of 194.29º 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 #112126 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 33 38 -
CMYK 0.55 0.13 0 0.85
HSL 194.29º 0.38% 0.11% -
HSV(B) 194.29º 0.55% 0.15% -
XYZ 1.12 1.35 2.03 -
YUV 28.79 133.2 119.59 -
System Red Green Blue C M Y K H S L
Decimal 17 33 38 0.55 0.13 0 0.85 194.29 0.38 0.11
Hex 11 21 26 37 D 0 55 C2 26 B
Octal 21 41 46 67 15 0 125 302 46 13
Binary 10001 100001 100110 110111 1101 0 1010101 11000010 100110 1011

Color Harmonies of #112126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112126

Black with #112126

Text Example


Text Example

White with #112126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112126; }

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

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

background-color css

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

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

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

border-color css

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

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

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