Html Css Color HEX #112932 Black Pearl

📋 copy color: '#112932'

red 17 ◦ green 41 ◦ blue 50

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

Shades of Black Pearl #112932

Tints of Black Pearl #112932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.96%

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

R = 15.74%
G = 37.96%
B = 46.3%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112932 (or 0x112932) is known color: Black Pearl. HEX triplet: 11, 29 and 32. RGB value is (17,41,50). Sum of RGB (Red+Green+Blue) = 17+41+50=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #112932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112932 is #EED6CD. Grayscale: #222222. Windows color (decimal): -15652558 or 3287313. OLE color: 3287313.

HSL color Cylindrical-coordinate representation of color #112932: hue angle of 196.36º 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 #112932 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 41 50 -
CMYK 0.66 0.18 0 0.80
HSL 196.36º 0.49% 0.13% -
HSV(B) 196.36º 0.66% 0.2% -
XYZ 1.6 1.94 3.31 -
YUV 34.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 17 41 50 0.66 0.18 0 0.80 196.36 0.49 0.13
Hex 11 29 32 42 12 0 50 C4 31 D
Octal 21 51 62 102 22 0 120 304 61 15
Binary 10001 101001 110010 1000010 10010 0 1010000 11000100 110001 1101

Color Harmonies of #112932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112932

Black with #112932

Text Example


Text Example

White with #112932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112932; }

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

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

background-color css

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

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

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

border-color css

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

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

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