Html Css Color HEX #112532 Black Pearl

📋 copy color: '#112532'

red 17 ◦ green 37 ◦ blue 50

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

Shades of Black Pearl #112532

Tints of Black Pearl #112532

RGB

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

 GREEN value IS 37 (14.84% from 255) = 35.58%

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

R = 16.35%
G = 35.58%
B = 48.08%

CMYK

 C value IS 0.66

 M value IS 0.26

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#112532 (or 0x112532) is known color: Black Pearl. HEX triplet: 11, 25 and 32. RGB value is (17,37,50). Sum of RGB (Red+Green+Blue) = 17+37+50=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 50 (19.92% from 255 or 48.08% from 104); Max value from RGB is 50 - color contains mainly: blue. Hex color #112532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112532 is #EEDACD. Grayscale: #202020. Windows color (decimal): -15653582 or 3286289. OLE color: 3286289.

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

Color convert

RGB 17 37 50 -
CMYK 0.66 0.26 0 0.80
HSL 203.64º 0.49% 0.13% -
HSV(B) 203.64º 0.66% 0.2% -
XYZ 1.47 1.67 3.26 -
YUV 32.5 137.87 116.94 -
System Red Green Blue C M Y K H S L
Decimal 17 37 50 0.66 0.26 0 0.80 203.64 0.49 0.13
Hex 11 25 32 42 1A 0 50 CC 31 D
Octal 21 45 62 102 32 0 120 314 61 15
Binary 10001 100101 110010 1000010 11010 0 1010000 11001100 110001 1101

Color Harmonies of #112532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112532

Black with #112532

Text Example


Text Example

White with #112532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112532; }

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

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

background-color css

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

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

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

border-color css

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

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

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