Html Css Color HEX #384350 Rhino

📋 copy color: '#384350'

red 56 ◦ green 67 ◦ blue 80

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

Shades of Rhino #384350

Tints of Rhino #384350

RGB

 RED value IS 56 (22.27% from 255) = 27.59%

 GREEN value IS 67 (26.56% from 255) = 33%

 BLUE value IS 80 (31.64% from 255) = 39.41%

R = 27.59%
G = 33%
B = 39.41%

CMYK

 C value IS 0.30

 M value IS 0.16

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#384350 (or 0x384350) is known color: Rhino. HEX triplet: 38, 43 and 50. RGB value is (56,67,80). Sum of RGB (Red+Green+Blue) = 56+67+80=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 80 (31.64% from 255 or 39.41% from 203); Max value from RGB is 80 - color contains mainly: blue. Hex color #384350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384350 is #C7BCAF. Grayscale: #414141. Windows color (decimal): -13089968 or 5260088. OLE color: 5260088.

HSL color Cylindrical-coordinate representation of color #384350: hue angle of 212.5º 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 #384350 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 56 67 80 -
CMYK 0.30 0.16 0 0.69
HSL 212.5º 0.18% 0.27% -
HSV(B) 212.5º 0.3% 0.31% -
XYZ 5.09 5.43 8.37 -
YUV 65.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 56 67 80 0.30 0.16 0 0.69 212.5 0.18 0.27
Hex 38 43 50 1E 10 0 45 D4 12 1B
Octal 70 103 120 36 20 0 105 324 22 33
Binary 111000 1000011 1010000 11110 10000 0 1000101 11010100 10010 11011

Color Harmonies of #384350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384350

Black with #384350

Text Example


Text Example

White with #384350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384350; }

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

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

background-color css

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

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

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

border-color css

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

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

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