Html Css Color HEX #112028 Black Pearl

📋 copy color: '#112028'

red 17 ◦ green 32 ◦ blue 40

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

Shades of Black Pearl #112028

Tints of Black Pearl #112028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 44.94%

R = 19.1%
G = 35.96%
B = 44.94%

CMYK

 C value IS 0.57

 M value IS 0.20

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#112028 (or 0x112028) is known color: Black Pearl. HEX triplet: 11, 20 and 28. RGB value is (17,32,40). Sum of RGB (Red+Green+Blue) = 17+32+40=89 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.10% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 40 (16.02% from 255 or 44.94% from 89); Max value from RGB is 40 - color contains mainly: blue. Hex color #112028 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112028 is #EEDFD7. Grayscale: #1C1C1C. Windows color (decimal): -15654872 or 2629649. OLE color: 2629649.

HSL color Cylindrical-coordinate representation of color #112028: hue angle of 200.87º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112028 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 32 40 -
CMYK 0.57 0.20 0 0.84
HSL 200.87º 0.4% 0.11% -
HSV(B) 200.87º 0.58% 0.16% -
XYZ 1.13 1.31 2.2 -
YUV 28.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 17 32 40 0.57 0.20 0 0.84 200.87 0.4 0.11
Hex 11 20 28 39 14 0 54 C9 28 B
Octal 21 40 50 71 24 0 124 311 50 13
Binary 10001 100000 101000 111001 10100 0 1010100 11001001 101000 1011

Color Harmonies of #112028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112028

Black with #112028

Text Example


Text Example

White with #112028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112028; }

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

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

background-color css

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

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

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

border-color css

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

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

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