Html Css Color HEX #112833 Black Pearl

📋 copy color: '#112833'

red 17 ◦ green 40 ◦ blue 51

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

Shades of Black Pearl #112833

Tints of Black Pearl #112833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.04%

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

R = 15.74%
G = 37.04%
B = 47.22%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112833 (or 0x112833) is known color: Black Pearl. HEX triplet: 11, 28 and 33. RGB value is (17,40,51). Sum of RGB (Red+Green+Blue) = 17+40+51=108 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.74% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #112833 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112833 is #EED7CC. Grayscale: #222222. Windows color (decimal): -15652813 or 3352593. OLE color: 3352593.

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

Color convert

RGB 17 40 51 -
CMYK 0.67 0.22 0 0.8
HSL 199.41º 0.5% 0.13% -
HSV(B) 199.41º 0.67% 0.2% -
XYZ 1.59 1.88 3.41 -
YUV 34.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 17 40 51 0.67 0.22 0 0.8 199.41 0.5 0.13
Hex 11 28 33 43 16 0 50 C7 32 D
Octal 21 50 63 103 26 0 120 307 62 15
Binary 10001 101000 110011 1000011 10110 0 1010000 11000111 110010 1101

Color Harmonies of #112833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112833

Black with #112833

Text Example


Text Example

White with #112833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112833; }

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

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

background-color css

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

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

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

border-color css

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

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

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