Html Css Color HEX #112026 Black Pearl

📋 copy color: '#112026'

red 17 ◦ green 32 ◦ blue 38

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

Shades of Black Pearl #112026

Tints of Black Pearl #112026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.78%

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

R = 19.54%
G = 36.78%
B = 43.68%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112026 (or 0x112026) is known color: Black Pearl. HEX triplet: 11, 20 and 26. RGB value is (17,32,38). Sum of RGB (Red+Green+Blue) = 17+32+38=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 38 (15.23% from 255 or 43.68% from 87); Max value from RGB is 38 - color contains mainly: blue. Hex color #112026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112026 is #EEDFD9. Grayscale: #1C1C1C. Windows color (decimal): -15654874 or 2498577. OLE color: 2498577.

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

Color convert

RGB 17 32 38 -
CMYK 0.55 0.16 0 0.85
HSL 197.14º 0.38% 0.11% -
HSV(B) 197.14º 0.55% 0.15% -
XYZ 1.1 1.29 2.03 -
YUV 28.2 133.53 120.01 -
System Red Green Blue C M Y K H S L
Decimal 17 32 38 0.55 0.16 0 0.85 197.14 0.38 0.11
Hex 11 20 26 37 10 0 55 C5 26 B
Octal 21 40 46 67 20 0 125 305 46 13
Binary 10001 100000 100110 110111 10000 0 1010101 11000101 100110 1011

Color Harmonies of #112026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112026

Black with #112026

Text Example


Text Example

White with #112026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112026; }

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

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

background-color css

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

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

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

border-color css

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

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

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