Html Css Color HEX #112933 Black Pearl

📋 copy color: '#112933'

red 17 ◦ green 41 ◦ blue 51

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

Shades of Black Pearl #112933

Tints of Black Pearl #112933

RGB

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

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

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

R = 15.6%
G = 37.61%
B = 46.79%

CMYK

 C value IS 0.67

 M value IS 0.20

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112933 (or 0x112933) is known color: Black Pearl. HEX triplet: 11, 29 and 33. RGB value is (17,41,51). Sum of RGB (Red+Green+Blue) = 17+41+51=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 51 (20.31% from 255 or 46.79% from 109); Max value from RGB is 51 - color contains mainly: blue. Hex color #112933 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112933 is #EED6CC. Grayscale: #222222. Windows color (decimal): -15652557 or 3352849. OLE color: 3352849.

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

Color convert

RGB 17 41 51 -
CMYK 0.67 0.20 0 0.8
HSL 197.65º 0.5% 0.13% -
HSV(B) 197.65º 0.67% 0.2% -
XYZ 1.62 1.94 3.42 -
YUV 34.96 137.05 115.19 -
System Red Green Blue C M Y K H S L
Decimal 17 41 51 0.67 0.20 0 0.8 197.65 0.5 0.13
Hex 11 29 33 43 14 0 50 C6 32 D
Octal 21 51 63 103 24 0 120 306 62 15
Binary 10001 101001 110011 1000011 10100 0 1010000 11000110 110010 1101

Color Harmonies of #112933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112933

Black with #112933

Text Example


Text Example

White with #112933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112933; }

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

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

background-color css

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

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

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

border-color css

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

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

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