Html Css Color HEX #112433 Black Pearl

📋 copy color: '#112433'

red 17 ◦ green 36 ◦ blue 51

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

Shades of Black Pearl #112433

Tints of Black Pearl #112433

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.62%

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

R = 16.35%
G = 34.62%
B = 49.04%

CMYK

 C value IS 0.67

 M value IS 0.29

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#112433 (or 0x112433) is known color: Black Pearl. HEX triplet: 11, 24 and 33. RGB value is (17,36,51). Sum of RGB (Red+Green+Blue) = 17+36+51=104 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.35% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #112433 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112433 is #EEDBCC. Grayscale: #1F1F1F. Windows color (decimal): -15653837 or 3351569. OLE color: 3351569.

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

Color convert

RGB 17 36 51 -
CMYK 0.67 0.29 0 0.8
HSL 206.47º 0.5% 0.13% -
HSV(B) 206.47º 0.67% 0.2% -
XYZ 1.46 1.62 3.37 -
YUV 32.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 17 36 51 0.67 0.29 0 0.8 206.47 0.5 0.13
Hex 11 24 33 43 1D 0 50 CE 32 D
Octal 21 44 63 103 35 0 120 316 62 15
Binary 10001 100100 110011 1000011 11101 0 1010000 11001110 110010 1101

Color Harmonies of #112433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112433

Black with #112433

Text Example


Text Example

White with #112433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112433; }

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

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

background-color css

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

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

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

border-color css

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

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

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