Html Css Color HEX #112133 Black Pearl

📋 copy color: '#112133'

red 17 ◦ green 33 ◦ blue 51

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

Shades of Black Pearl #112133

Tints of Black Pearl #112133

RGB

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

 GREEN value IS 33 (13.28% from 255) = 32.67%

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

R = 16.83%
G = 32.67%
B = 50.5%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112133 (or 0x112133) is known color: Black Pearl. HEX triplet: 11, 21 and 33. RGB value is (17,33,51). Sum of RGB (Red+Green+Blue) = 17+33+51=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 51 (20.31% from 255 or 50.50% from 101); Max value from RGB is 51 - color contains mainly: blue. Hex color #112133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112133 is #EEDECC. Grayscale: #1E1E1E. Windows color (decimal): -15654605 or 3350801. OLE color: 3350801.

HSL color Cylindrical-coordinate representation of color #112133: hue angle of 211.76º 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 #112133 is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 17 33 51 -
CMYK 0.67 0.35 0 0.8
HSL 211.76º 0.5% 0.13% -
HSV(B) 211.76º 0.67% 0.2% -
XYZ 1.37 1.45 3.34 -
YUV 30.27 139.7 118.54 -
System Red Green Blue C M Y K H S L
Decimal 17 33 51 0.67 0.35 0 0.8 211.76 0.5 0.13
Hex 11 21 33 43 23 0 50 D4 32 D
Octal 21 41 63 103 43 0 120 324 62 15
Binary 10001 100001 110011 1000011 100011 0 1010000 11010100 110010 1101

Color Harmonies of #112133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112133

Black with #112133

Text Example


Text Example

White with #112133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112133; }

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

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

background-color css

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

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

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

border-color css

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

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

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