Html Css Color HEX #111B26 Black Pearl

📋 copy color: '#111B26'

red 17 ◦ green 27 ◦ blue 38

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

Shades of Black Pearl #111B26

Tints of Black Pearl #111B26

RGB

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

 GREEN value IS 27 (10.94% from 255) = 32.93%

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

R = 20.73%
G = 32.93%
B = 46.34%

CMYK

 C value IS 0.55

 M value IS 0.29

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#111B26 (or 0x111B26) is known color: Black Pearl. HEX triplet: 11, 1B and 26. RGB value is (17,27,38). Sum of RGB (Red+Green+Blue) = 17+27+38=82 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.73% from 82); Green value is 27 (10.94% from 255 or 32.93% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #111B26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B26 is #EEE4D9. Grayscale: #191919. Windows color (decimal): -15656154 or 2497297. OLE color: 2497297.

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

Color convert

RGB 17 27 38 -
CMYK 0.55 0.29 0 0.85
HSL 211.43º 0.38% 0.11% -
HSV(B) 211.43º 0.55% 0.15% -
XYZ 0.97 1.04 1.98 -
YUV 25.26 135.19 122.11 -
System Red Green Blue C M Y K H S L
Decimal 17 27 38 0.55 0.29 0 0.85 211.43 0.38 0.11
Hex 11 1B 26 37 1D 0 55 D3 26 B
Octal 21 33 46 67 35 0 125 323 46 13
Binary 10001 11011 100110 110111 11101 0 1010101 11010011 100110 1011

Color Harmonies of #111B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111B26

Black with #111B26

Text Example


Text Example

White with #111B26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111B26; }

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

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

background-color css

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

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

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

border-color css

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

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

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