Html Css Color HEX #112233 Black Pearl

📋 copy color: '#112233'

red 17 ◦ green 34 ◦ blue 51

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

Shades of Black Pearl #112233

Tints of Black Pearl #112233

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.33%

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

R = 16.67%
G = 33.33%
B = 50%

CMYK

 C value IS 0.67

 M value IS 0.33

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112233 (or 0x112233) is known color: Black Pearl. HEX triplet: 11, 22 and 33. RGB value is (17,34,51). Sum of RGB (Red+Green+Blue) = 17+34+51=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #112233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112233 is #EEDDCC. Grayscale: #1E1E1E. Windows color (decimal): -15654349 or 3351057. OLE color: 3351057.

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

Color convert

RGB 17 34 51 -
CMYK 0.67 0.33 0 0.8
HSL 210º 0.5% 0.13% -
HSV(B) 210º 0.67% 0.2% -
XYZ 1.4 1.5 3.35 -
YUV 30.86 139.37 118.12 -
System Red Green Blue C M Y K H S L
Decimal 17 34 51 0.67 0.33 0 0.8 210 0.5 0.13
Hex 11 22 33 43 21 0 50 D2 32 D
Octal 21 42 63 103 41 0 120 322 62 15
Binary 10001 100010 110011 1000011 100001 0 1010000 11010010 110010 1101

Color Harmonies of #112233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112233

Black with #112233

Text Example


Text Example

White with #112233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112233; }

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

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

background-color css

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

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

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

border-color css

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

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

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