#384251

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

Shades of Rhino #384251

Tints of Rhino #384251

Color information

#384251 (or 0x384251) is unknown color: approx Rhino. HEX triplet: 38, 42 and 51. RGB value is (56,66,81). Sum of RGB (Red+Green+Blue) = 56+66+81=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 81 - color contains mainly: blue. Hex color #384251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384251 is #C7BDAE. Grayscale: #404040. Windows color (decimal): -13090223 or 5325368. OLE color: 5325368.

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

Color convert

RGB566681-
CMYK0.310.1900.68
HSL216º18.25%26.86%-
HSV(B)216º30.86%31.76%-
XYZ5.065.338.55-
YUV64.72137.19121.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 27.59%
GREEN value IS 66 (26.17% from 255) = 32.51%
BLUE value IS 81 (32.03% from 255) = 39.90%
R=27.59%
G=32.51%
B=39.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5666810.310.1900.6821618.2526.86
Hex3842511F13044d8121b
Octal70102121372301043302233
Binary11100010000101010001111111001101000100110110001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384251; }

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

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

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

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

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

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

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

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