Html Css Color HEX #112630 Black Pearl

📋 copy color: '#112630'

red 17 ◦ green 38 ◦ blue 48

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

Shades of Black Pearl #112630

Tints of Black Pearl #112630

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.89%

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

R = 16.5%
G = 36.89%
B = 46.6%

CMYK

 C value IS 0.65

 M value IS 0.21

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112630 (or 0x112630) is known color: Black Pearl. HEX triplet: 11, 26 and 30. RGB value is (17,38,48). Sum of RGB (Red+Green+Blue) = 17+38+48=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 48 (19.14% from 255 or 46.60% from 103); Max value from RGB is 48 - color contains mainly: blue. Hex color #112630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112630 is #EED9CF. Grayscale: #202020. Windows color (decimal): -15653328 or 3155473. OLE color: 3155473.

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

Color convert

RGB 17 38 48 -
CMYK 0.65 0.21 0 0.81
HSL 199.35º 0.48% 0.13% -
HSV(B) 199.35º 0.65% 0.19% -
XYZ 1.46 1.72 3.05 -
YUV 32.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 17 38 48 0.65 0.21 0 0.81 199.35 0.48 0.13
Hex 11 26 30 41 15 0 51 C7 30 D
Octal 21 46 60 101 25 0 121 307 60 15
Binary 10001 100110 110000 1000001 10101 0 1010001 11000111 110000 1101

Color Harmonies of #112630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112630

Black with #112630

Text Example


Text Example

White with #112630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112630; }

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

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

background-color css

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

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

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

border-color css

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

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

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