Html Css Color HEX #112332 Black Pearl

📋 copy color: '#112332'

red 17 ◦ green 35 ◦ blue 50

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

Shades of Black Pearl #112332

Tints of Black Pearl #112332

RGB

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

 GREEN value IS 35 (14.06% from 255) = 34.31%

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

R = 16.67%
G = 34.31%
B = 49.02%

CMYK

 C value IS 0.66

 M value IS 0.30

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112332 (or 0x112332) is known color: Black Pearl. HEX triplet: 11, 23 and 32. RGB value is (17,35,50). Sum of RGB (Red+Green+Blue) = 17+35+50=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 35 (14.06% from 255 or 34.31% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #112332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112332 is #EEDCCD. Grayscale: #1F1F1F. Windows color (decimal): -15654094 or 3285777. OLE color: 3285777.

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

Color convert

RGB 17 35 50 -
CMYK 0.66 0.30 0 0.80
HSL 207.27º 0.49% 0.13% -
HSV(B) 207.27º 0.66% 0.2% -
XYZ 1.41 1.55 3.24 -
YUV 31.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 17 35 50 0.66 0.30 0 0.80 207.27 0.49 0.13
Hex 11 23 32 42 1E 0 50 CF 31 D
Octal 21 43 62 102 36 0 120 317 61 15
Binary 10001 100011 110010 1000010 11110 0 1010000 11001111 110001 1101

Color Harmonies of #112332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112332

Black with #112332

Text Example


Text Example

White with #112332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112332; }

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

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

background-color css

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

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

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

border-color css

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

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

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