Html Css Color HEX #112633 Black Pearl

📋 copy color: '#112633'

red 17 ◦ green 38 ◦ blue 51

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

Shades of Black Pearl #112633

Tints of Black Pearl #112633

RGB

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

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

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

R = 16.04%
G = 35.85%
B = 48.11%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112633 (or 0x112633) is known color: Black Pearl. HEX triplet: 11, 26 and 33. RGB value is (17,38,51). Sum of RGB (Red+Green+Blue) = 17+38+51=106 (14% of max value = 765). Red value is 17 (7.03% from 255 or 16.04% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 51 (20.31% from 255 or 48.11% from 106); Max value from RGB is 51 - color contains mainly: blue. Hex color #112633 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112633 is #EED9CC. Grayscale: #212121. Windows color (decimal): -15653325 or 3352081. OLE color: 3352081.

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

Color convert

RGB 17 38 51 -
CMYK 0.67 0.25 0 0.8
HSL 202.94º 0.5% 0.13% -
HSV(B) 202.94º 0.67% 0.2% -
XYZ 1.52 1.74 3.39 -
YUV 33.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 17 38 51 0.67 0.25 0 0.8 202.94 0.5 0.13
Hex 11 26 33 43 19 0 50 CB 32 D
Octal 21 46 63 103 31 0 120 313 62 15
Binary 10001 100110 110011 1000011 11001 0 1010000 11001011 110010 1101

Color Harmonies of #112633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112633

Black with #112633

Text Example


Text Example

White with #112633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112633; }

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

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

background-color css

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

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

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

border-color css

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

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

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