Html Css Color HEX #112533 Black Pearl

📋 copy color: '#112533'

red 17 ◦ green 37 ◦ blue 51

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

Shades of Black Pearl #112533

Tints of Black Pearl #112533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 48.57%

R = 16.19%
G = 35.24%
B = 48.57%

CMYK

 C value IS 0.67

 M value IS 0.27

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112533 (or 0x112533) is known color: Black Pearl. HEX triplet: 11, 25 and 33. RGB value is (17,37,51). Sum of RGB (Red+Green+Blue) = 17+37+51=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #112533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112533 is #EEDACC. Grayscale: #202020. Windows color (decimal): -15653581 or 3351825. OLE color: 3351825.

HSL color Cylindrical-coordinate representation of color #112533: hue angle of 204.71º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #112533 is Cyan = 0.67, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 37 51 -
CMYK 0.67 0.27 0 0.8
HSL 204.71º 0.5% 0.13% -
HSV(B) 204.71º 0.67% 0.2% -
XYZ 1.49 1.68 3.38 -
YUV 32.62 138.37 116.86 -
System Red Green Blue C M Y K H S L
Decimal 17 37 51 0.67 0.27 0 0.8 204.71 0.5 0.13
Hex 11 25 33 43 1B 0 50 CD 32 D
Octal 21 45 63 103 33 0 120 315 62 15
Binary 10001 100101 110011 1000011 11011 0 1010000 11001101 110010 1101

Color Harmonies of #112533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112533

Black with #112533

Text Example


Text Example

White with #112533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112533; }

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

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

background-color css

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

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

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

border-color css

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

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

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