Html Css Color HEX #112930 Black Pearl

📋 copy color: '#112930'

red 17 ◦ green 41 ◦ blue 48

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

Shades of Black Pearl #112930

Tints of Black Pearl #112930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 16.04%
G = 38.68%
B = 45.28%

CMYK

 C value IS 0.65

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112930 (or 0x112930) is known color: Black Pearl. HEX triplet: 11, 29 and 30. RGB value is (17,41,48). Sum of RGB (Red+Green+Blue) = 17+41+48=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #112930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112930 is #EED6CF. Grayscale: #222222. Windows color (decimal): -15652560 or 3156241. OLE color: 3156241.

HSL color Cylindrical-coordinate representation of color #112930: hue angle of 193.55º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #112930 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 41 48 -
CMYK 0.65 0.15 0 0.81
HSL 193.55º 0.48% 0.13% -
HSV(B) 193.55º 0.65% 0.19% -
XYZ 1.56 1.92 3.08 -
YUV 34.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 17 41 48 0.65 0.15 0 0.81 193.55 0.48 0.13
Hex 11 29 30 41 F 0 51 C2 30 D
Octal 21 51 60 101 17 0 121 302 60 15
Binary 10001 101001 110000 1000001 1111 0 1010001 11000010 110000 1101

Color Harmonies of #112930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112930

Black with #112930

Text Example


Text Example

White with #112930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112930; }

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

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

background-color css

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

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

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

border-color css

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

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

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