Html Css Color HEX #112030 Black Pearl

📋 copy color: '#112030'

red 17 ◦ green 32 ◦ blue 48

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

Shades of Black Pearl #112030

Tints of Black Pearl #112030

RGB

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

 GREEN value IS 32 (12.89% from 255) = 32.99%

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

R = 17.53%
G = 32.99%
B = 49.48%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#112030 (or 0x112030) is known color: Black Pearl. HEX triplet: 11, 20 and 30. RGB value is (17,32,48). Sum of RGB (Red+Green+Blue) = 17+32+48=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 32 (12.89% from 255 or 32.99% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #112030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112030 is #EEDFCF. Grayscale: #1D1D1D. Windows color (decimal): -15654864 or 3153937. OLE color: 3153937.

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

Color convert

RGB 17 32 48 -
CMYK 0.65 0.33 0 0.81
HSL 210.97º 0.48% 0.13% -
HSV(B) 210.97º 0.65% 0.19% -
XYZ 1.28 1.37 2.99 -
YUV 29.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 17 32 48 0.65 0.33 0 0.81 210.97 0.48 0.13
Hex 11 20 30 41 21 0 51 D3 30 D
Octal 21 40 60 101 41 0 121 323 60 15
Binary 10001 100000 110000 1000001 100001 0 1010001 11010011 110000 1101

Color Harmonies of #112030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112030

Black with #112030

Text Example


Text Example

White with #112030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112030; }

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

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

background-color css

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

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

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

border-color css

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

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

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