Html Css Color HEX #112027 Black Pearl

📋 copy color: '#112027'

red 17 ◦ green 32 ◦ blue 39

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

Shades of Black Pearl #112027

Tints of Black Pearl #112027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 44.32%

R = 19.32%
G = 36.36%
B = 44.32%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112027 (or 0x112027) is known color: Black Pearl. HEX triplet: 11, 20 and 27. RGB value is (17,32,39). Sum of RGB (Red+Green+Blue) = 17+32+39=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 39 (15.62% from 255 or 44.32% from 88); Max value from RGB is 39 - color contains mainly: blue. Hex color #112027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112027 is #EEDFD8. Grayscale: #1C1C1C. Windows color (decimal): -15654873 or 2564113. OLE color: 2564113.

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

Color convert

RGB 17 32 39 -
CMYK 0.56 0.18 0 0.85
HSL 199.09º 0.39% 0.11% -
HSV(B) 199.09º 0.56% 0.15% -
XYZ 1.11 1.3 2.11 -
YUV 28.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 17 32 39 0.56 0.18 0 0.85 199.09 0.39 0.11
Hex 11 20 27 38 12 0 55 C7 27 B
Octal 21 40 47 70 22 0 125 307 47 13
Binary 10001 100000 100111 111000 10010 0 1010101 11000111 100111 1011

Color Harmonies of #112027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112027

Black with #112027

Text Example


Text Example

White with #112027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112027; }

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

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

background-color css

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

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

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

border-color css

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

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

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