Html Css Color HEX #112732 Black Pearl

📋 copy color: '#112732'

red 17 ◦ green 39 ◦ blue 50

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

Shades of Black Pearl #112732

Tints of Black Pearl #112732

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.79%

 BLUE value IS 50 (19.92% from 255) = 47.17%

R = 16.04%
G = 36.79%
B = 47.17%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112732 (or 0x112732) is known color: Black Pearl. HEX triplet: 11, 27 and 32. RGB value is (17,39,50). Sum of RGB (Red+Green+Blue) = 17+39+50=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #112732 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112732 is #EED8CD. Grayscale: #212121. Windows color (decimal): -15653070 or 3286801. OLE color: 3286801.

HSL color Cylindrical-coordinate representation of color #112732: hue angle of 200º degrees, saturation: 0.49, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #112732 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 39 50 -
CMYK 0.66 0.22 0 0.80
HSL 200º 0.49% 0.13% -
HSV(B) 200º 0.66% 0.2% -
XYZ 1.53 1.8 3.28 -
YUV 33.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 17 39 50 0.66 0.22 0 0.80 200 0.49 0.13
Hex 11 27 32 42 16 0 50 C8 31 D
Octal 21 47 62 102 26 0 120 310 61 15
Binary 10001 100111 110010 1000010 10110 0 1010000 11001000 110001 1101

Color Harmonies of #112732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112732

Black with #112732

Text Example


Text Example

White with #112732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112732; }

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

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

background-color css

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

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

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

border-color css

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

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

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