Html Css Color HEX #112830 Black Pearl

📋 copy color: '#112830'

red 17 ◦ green 40 ◦ blue 48

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

Shades of Black Pearl #112830

Tints of Black Pearl #112830

RGB

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

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

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

R = 16.19%
G = 38.1%
B = 45.71%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112830 (or 0x112830) is known color: Black Pearl. HEX triplet: 11, 28 and 30. RGB value is (17,40,48). Sum of RGB (Red+Green+Blue) = 17+40+48=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 48 (19.14% from 255 or 45.71% from 105); Max value from RGB is 48 - color contains mainly: blue. Hex color #112830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112830 is #EED7CF. Grayscale: #212121. Windows color (decimal): -15652816 or 3155985. OLE color: 3155985.

HSL color Cylindrical-coordinate representation of color #112830: hue angle of 195.48º 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 #112830 is Cyan = 0.65, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 17 40 48 -
CMYK 0.65 0.17 0 0.81
HSL 195.48º 0.48% 0.13% -
HSV(B) 195.48º 0.65% 0.19% -
XYZ 1.52 1.85 3.07 -
YUV 34.04 135.88 115.85 -
System Red Green Blue C M Y K H S L
Decimal 17 40 48 0.65 0.17 0 0.81 195.48 0.48 0.13
Hex 11 28 30 41 11 0 51 C3 30 D
Octal 21 50 60 101 21 0 121 303 60 15
Binary 10001 101000 110000 1000001 10001 0 1010001 11000011 110000 1101

Color Harmonies of #112830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112830

Black with #112830

Text Example


Text Example

White with #112830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112830; }

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

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

background-color css

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

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

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

border-color css

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

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

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