Html Css Color HEX #384353 Rhino

📋 copy color: '#384353'

red 56 ◦ green 67 ◦ blue 83

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

Shades of Rhino #384353

Tints of Rhino #384353

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 value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#384353 (or 0x384353) is known color: 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

RGB 56 67 83 -
CMYK 0.33 0.19 0 0.67
HSL 215.56º 0.19% 0.27% -
HSV(B) 215.56º 0.33% 0.33% -
XYZ 5.2 5.48 8.97 -
YUV 65.54 137.86 121.2 -
System Red Green Blue C M Y K H S L
Decimal 56 67 83 0.33 0.19 0 0.67 215.56 0.19 0.27
Hex 38 43 53 21 13 0 43 D8 13 1B
Octal 70 103 123 41 23 0 103 330 23 33
Binary 111000 1000011 1010011 100001 10011 0 1000011 11011000 10011 11011

Color Harmonies of #384353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384353

Black with #384353

Text Example


Text Example

White with #384353

Text Example


Text Example

HTML Codes & Css Web 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>