#384353

Color #384353 Rhino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rhino #384353

Tints of Rhino #384353

Color information

#384353 (or 0x384353) is unknown color: approx Rhino. HEX triplet: 38, 43 and 53. RGB value is (56,67,83). Sum of RGB (Red+Green+Blue) = 56+67+83=206 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.18% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 83 (32.81% from 255 or 40.29% from 206); Max value from RGB is 83 - color contains mainly: blue. Hex color #384353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384353 is #C7BCAC. Grayscale: #414141. Windows color (decimal): -13089965 or 5456696. OLE color: 5456696.

HSL color Cylindrical-coordinate representation of color #384353: hue angle of 215.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #384353 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB566783-
CMYK0.330.1900.67
HSL215.56º19.42%27.25%-
HSV(B)215.56º32.53%32.55%-
XYZ5.25.488.97-
YUV65.54137.86121.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.18%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 83 (32.81% from 255) = 40.29%
R=27.18%
G=32.52%
B=40.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5667830.330.1900.67215.5619.4227.25
Hex3843532113043d8131b
Octal70103123412301033302333
Binary111000100001110100111000011001101000011110110001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384353; }

 p { color: rgb(56,67,83); }

 H1.HeaderClassName
 {
   color: #384353;
 }
 .AnyTagClassName
 {
   color: #384353;
 }
</style>
background-color css

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

 a { background-color: rgb(56,67,83); }

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

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

 span { border-color: rgb(56,67,83); }

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