#384250

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

Shades of Rhino #384250

Tints of Rhino #384250

Color information

#384250 (or 0x384250) is unknown color: approx Rhino. HEX triplet: 38, 42 and 50. RGB value is (56,66,80). Sum of RGB (Red+Green+Blue) = 56+66+80=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 80 - color contains mainly: blue. Hex color #384250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384250 is #C7BDAF. Grayscale: #404040. Windows color (decimal): -13090224 or 5259832. OLE color: 5259832.

HSL color Cylindrical-coordinate representation of color #384250: hue angle of 215º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #384250 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB566680-
CMYK0.300.1700.69
HSL215º17.65%26.67%-
HSV(B)215º30%31.37%-
XYZ5.035.328.35-
YUV64.61136.69121.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.72%
GREEN value IS 66 (26.17% from 255) = 32.67%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=27.72%
G=32.67%
B=39.60%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5666800.300.1700.6921517.6526.67
Hex3842501E11045d7121b
Octal70102120362101053272233
Binary11100010000101010000111101000101000101110101111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384250; }

 p { color: rgb(56,66,80); }

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

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

 a { background-color: rgb(56,66,80); }

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

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

 span { border-color: rgb(56,66,80); }

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